removed end of body tags from inc/footer.inc.php and added all footer tags the template footer files

This commit is contained in:
Pim Snel 2003-10-23 15:19:22 +00:00
parent 8839558f07
commit b12b903d8c
7 changed files with 21 additions and 9 deletions

View File

@ -70,5 +70,5 @@
echo 'Page loaded in ' . ($GLOBALS['debug_timer_stop'] - $GLOBALS['debug_timer_start']) . ' seconds.';
}
?>
</BODY>
</HTML>
<!--</BODY>
</HTML>-->

View File

@ -1,12 +1,14 @@
<!-- BEGIN footer -->
</td></tr></table>
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="{table_bg_color}">
<TR>
<TD>&nbsp;{user_info}<br></TD>
<TD align="center">{current_users}<br></TD>
<TD align="right">{powered_by}&nbsp;<br></TD>
</TR>
</Table>
<tr>
<td>&nbsp;{user_info}<br></td>
<td align="center">{current_users}<br></td>
<td align="right">{powered_by}&nbsp;<br></td>
</tr>
</table>
</body>
</html>
<!-- END footer -->

View File

@ -13,4 +13,6 @@
</td>
</tr>
</table>
</body>
</html>
<!-- END footer -->

View File

@ -29,3 +29,6 @@
</tr></table></td>
</tr>
</table>
</body>
</html>

View File

@ -1,4 +1,5 @@
<!-- BEGIN footer -->
</div>
</body>
</html>
<!-- END footer -->

View File

@ -8,4 +8,6 @@
</TABLE></TR>
</TABLE>
<p align="center" class="copyright">{powered_by}</p>
</body>
</html>
<!-- END footer.tpl -->

View File

@ -15,4 +15,6 @@
<td background="{img_root}/bg_filler.gif" align="right"><font color=white>{powered_by}</font></td>
</tr>
</table>
</body>
</html>
<!-- END footer -->