|
From: Jon O. <jon...@us...> - 2008-06-16 18:29:38
|
Update of /cvsroot/mxbb/core/templates/mxSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17948 Modified Files: page_footer.tpl Log Message: Templating... a couple of major bufixes in prosilver adminCP tpl Index: page_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/admin/page_footer.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** page_footer.tpl 17 Feb 2008 20:16:39 -0000 1.4 --- page_footer.tpl 16 Jun 2008 18:29:34 -0000 1.5 *************** *** 3,7 **** Please note that the following copyright notice MUST be displayed on each and every page output ! by phpBB. You may alter the font, colour etc. but you CANNOT remove it, nor change it so that it be, to all intents and purposes, invisible. You may ADD --- 3,7 ---- Please note that the following copyright notice MUST be displayed on each and every page output ! by mxp/phpBB. You may alter the font, colour etc. but you CANNOT remove it, nor change it so that it be, to all intents and purposes, invisible. You may ADD *************** *** 12,20 **** LICENCE and README files for more information. ! The phpBB Group : 2001 & MX-Publisher Team : 2002 //--> ! <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2008 & <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> --- 12,20 ---- LICENCE and README files for more information. ! The phpBB Group : 2001 & mxBB Team : 2002 //--> ! <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2008 <!-- IF PHPBB_BACKEND --> & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group <!-- ENDIF --></span></div> <!-- This displays generation info at the bottom of the page --> <div align="center"><span class="copyright">{EXECUTION_STATS}</span></div> |