mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
839f2456bb
- fixed (hopefully) all <img> tags - global replace on <br> to <br /> - & in URLs - got the forum module XHTML compliant Julian Sedding
45 lines
2.8 KiB
HTML
45 lines
2.8 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="<?php echo $CFG->wwwroot?>/theme/<?php echo $CFG->theme ?>/images/left_sidebar.jpg"><img src="<?php echo $CFG->wwwroot?>/theme/<?php echo $CFG->theme ?>/images/left_sidebar.jpg" width="6" height="100%" alt="" /></td>
|
|
</tr><tr>
|
|
<td height="9" width="6"><img src="<?php echo $CFG->wwwroot?>/theme/<?php echo $CFG->theme ?>/images/right_corner_bott.jpg" width="6" height="9" alt="" /></td>
|
|
<td height="9" background="<?php echo $CFG->wwwroot?>/theme/<?php echo $CFG->theme ?>/images/bott_bar.jpg"><img src="<?php echo $CFG->wwwroot?>/theme/<?php echo $CFG->theme ?>/images/bott_bar.jpg" width="1" height="9" alt="" /></td>
|
|
<td height="9" width="6"><img src="<?php echo $CFG->wwwroot?>/theme/<?php echo $CFG->theme ?>/images/left_corner_bott.jpg" width="6" height="9" alt="" /></td>
|
|
</tr>
|
|
</table></td>
|
|
<td width="1" bgcolor="<?php echo $THEME->themeborder?>"><img src="<?php echo $CFG->wwwroot?>/theme/<?php echo $CFG->theme ?>/images/side_right.gif" width="2" height="100%" alt="" /></td>
|
|
</tr>
|
|
</table><table border="0" cellspacing="0" cellpadding="0" width="<?php echo $THEME->themewidth?>">
|
|
<tr>
|
|
<td width="93" height="19" background="<?php echo $CFG->wwwroot?>/theme/<?php echo $CFG->theme ?>/images/client_tools_bot_mid.gif"><img src="<?php echo $CFG->wwwroot?>/theme/<?php echo $CFG->theme ?>/images/login_lower_left.gif" width="93" height="19" alt="" /></td>
|
|
<td height="19" background="<?php echo $CFG->wwwroot?>/theme/<?php echo $CFG->theme ?>/images/client_tools_bot_mid.gif"><center><font size="1"><?php echo $loggedinas ?></font></center></td>
|
|
<td width="93" height="19" align="right" background="<?php echo $CFG->wwwroot?>/theme/<?php echo $CFG->theme ?>/images/client_tools_bot_mid.gif"><img src="<?php echo $CFG->wwwroot?>/theme/<?php echo $CFG->theme ?>/images/login_lower_right.gif" width="93" height="19" border="0" alt="" /></a></td>
|
|
</tr>
|
|
</table>
|
|
<p align="center"><font size="1"><?php echo $homelink ?></font></p>
|