|
From: Jon O. <jon...@us...> - 2008-02-17 20:16:29
|
Update of /cvsroot/mxbb/core/templates/mxBase2/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14749 Modified Files: page_footer.tpl Log Message: Bugfix: Footer stats in adminCP Index: page_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase2/admin/page_footer.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** page_footer.tpl 16 Feb 2008 22:05:49 -0000 1.2 --- page_footer.tpl 17 Feb 2008 20:16:25 -0000 1.3 *************** *** 18,22 **** <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-system.com/" target="_mx-system" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2006 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group</span></div> <!-- This displays generation info at the bottom of the page --> ! {EXECUTION_STATS} </body> </html> \ No newline at end of file --- 18,22 ---- <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-system.com/" target="_mx-system" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2006 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group</span></div> <!-- This displays generation info at the bottom of the page --> ! <div align="center"><span class="copyright">{EXECUTION_STATS}</span></div> </body> </html> \ No newline at end of file |