mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
45 lines
2.5 KiB
HTML
45 lines
2.5 KiB
HTML
<?php
|
|
/*
|
|
Filename: footer.html
|
|
Purpose of file: Printing out the Moodle theme footer
|
|
|
|
Author of file: Bjarne Varoystrand aka Black Skorpio
|
|
E-mail: webmaster@postnuke-sweden.com
|
|
Web: www.postnuke-sweden.com
|
|
ICQ: 1194177
|
|
|
|
---------------------------------------------------------------------
|
|
LICENSE
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU General Public License (GPL)
|
|
as published by the Free Software Foundation; either version 2
|
|
of the License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
To read the license please visit http://www.gnu.org/copyleft/gpl.html
|
|
*/
|
|
?>
|
|
</td>
|
|
<td width="6" background="<?=$CFG->wwwroot?>/theme/<?=$CFG->theme ?>/images/left_sidebar.jpg"><img src="<?=$CFG->wwwroot?>/theme/<?=$CFG->theme ?>/images/left_sidebar.jpg" width="6" height="100%" /></td>
|
|
</tr><tr>
|
|
<td height="9" width="6"><img src="<?=$CFG->wwwroot?>/theme/<?=$CFG->theme ?>/images/right_corner_bott.jpg" width="6" height="9" /></td>
|
|
<td height="9" background="<?=$CFG->wwwroot?>/theme/<?=$CFG->theme ?>/images/bott_bar.jpg"><img src="<?=$CFG->wwwroot?>/theme/<?=$CFG->theme ?>/images/bott_bar.jpg" width="1" height="9" /></td>
|
|
<td height="9" width="6"><img src="<?=$CFG->wwwroot?>/theme/<?=$CFG->theme ?>/images/left_corner_bott.jpg" width="6" height="9" /></td>
|
|
</tr>
|
|
</table></td>
|
|
<td width="1" bgcolor="<? echo $THEME->themeborder?>"><img src="<?=$CFG->wwwroot?>/theme/<?=$CFG->theme ?>/images/side_right.gif" width="2" height="100%" /></td>
|
|
</tr>
|
|
</table><table border="0" cellspacing="0" cellpadding="0" width="<? echo $THEME->themewidth?>">
|
|
<tr>
|
|
<td width="93" height="19" background="<?=$CFG->wwwroot?>/theme/<?=$CFG->theme ?>/images/client_tools_bot_mid.gif"><img src="<?=$CFG->wwwroot?>/theme/<?=$CFG->theme ?>/images/login_lower_left.gif" width="93" height="19" /></td>
|
|
<td height="19" background="<?=$CFG->wwwroot?>/theme/<?=$CFG->theme ?>/images/client_tools_bot_mid.gif"><center><FONT SIZE=1><?=$loggedinas ?></FONT></center></td>
|
|
<td width="93" height="19" align="right" background="<?=$CFG->wwwroot?>/theme/<?=$CFG->theme ?>/images/client_tools_bot_mid.gif"><img src="<?=$CFG->wwwroot?>/theme/<?=$CFG->theme ?>/images/login_lower_right.gif" width="93" height="19" border="0" /></a></td>
|
|
</tr>
|
|
</table>
|
|
<P align=center><font size="1"><?=$homelink ?></font></P>
|