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.'; echo 'Page loaded in ' . ($GLOBALS['debug_timer_stop'] - $GLOBALS['debug_timer_start']) . ' seconds.';
} }
?> ?>
</BODY> <!--</BODY>
</HTML> </HTML>-->

View File

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

View File

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

View File

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

View File

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

View File

@ -8,4 +8,6 @@
</TABLE></TR> </TABLE></TR>
</TABLE> </TABLE>
<p align="center" class="copyright">{powered_by}</p> <p align="center" class="copyright">{powered_by}</p>
</body>
</html>
<!-- END footer.tpl --> <!-- 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> <td background="{img_root}/bg_filler.gif" align="right"><font color=white>{powered_by}</font></td>
</tr> </tr>
</table> </table>
</body>
</html>
<!-- END footer --> <!-- END footer -->