forked from extern/egroupware
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.';
|
echo 'Page loaded in ' . ($GLOBALS['debug_timer_stop'] - $GLOBALS['debug_timer_start']) . ' seconds.';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</BODY>
|
<!--</BODY>
|
||||||
</HTML>
|
</HTML>-->
|
||||||
|
@ -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> {user_info}<br></TD>
|
<td> {user_info}<br></td>
|
||||||
<TD align="center">{current_users}<br></TD>
|
<td align="center">{current_users}<br></td>
|
||||||
<TD align="right">{powered_by} <br></TD>
|
<td align="right">{powered_by} <br></td>
|
||||||
</TR>
|
</tr>
|
||||||
</Table>
|
</table>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
<!-- END footer -->
|
<!-- END footer -->
|
||||||
|
|
||||||
|
@ -13,4 +13,6 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
<!-- END footer -->
|
<!-- END footer -->
|
||||||
|
@ -29,3 +29,6 @@
|
|||||||
</tr></table></td>
|
</tr></table></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<!-- BEGIN footer -->
|
<!-- BEGIN footer -->
|
||||||
</div>
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
<!-- END footer -->
|
<!-- END footer -->
|
||||||
|
@ -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 -->
|
||||||
|
@ -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 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user