mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
removed end of body tags from inc/footer.inc.php and added all footer tags the template footer files
This commit is contained in:
parent
8839558f07
commit
b12b903d8c
@ -70,5 +70,5 @@
|
||||
echo 'Page loaded in ' . ($GLOBALS['debug_timer_stop'] - $GLOBALS['debug_timer_start']) . ' seconds.';
|
||||
}
|
||||
?>
|
||||
</BODY>
|
||||
</HTML>
|
||||
<!--</BODY>
|
||||
</HTML>-->
|
||||
|
@ -1,12 +1,14 @@
|
||||
<!-- BEGIN footer -->
|
||||
</td></tr></table>
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="{table_bg_color}">
|
||||
<TR>
|
||||
<TD> {user_info}<br></TD>
|
||||
<TD align="center">{current_users}<br></TD>
|
||||
<TD align="right">{powered_by} <br></TD>
|
||||
</TR>
|
||||
</Table>
|
||||
<tr>
|
||||
<td> {user_info}<br></td>
|
||||
<td align="center">{current_users}<br></td>
|
||||
<td align="right">{powered_by} <br></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!-- END footer -->
|
||||
|
||||
|
@ -13,4 +13,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!-- END footer -->
|
||||
|
@ -29,3 +29,6 @@
|
||||
</tr></table></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
<!-- BEGIN footer -->
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!-- END footer -->
|
||||
|
@ -8,4 +8,6 @@
|
||||
</TABLE></TR>
|
||||
</TABLE>
|
||||
<p align="center" class="copyright">{powered_by}</p>
|
||||
</body>
|
||||
</html>
|
||||
<!-- END footer.tpl -->
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user