|
From: Florin C B. <ory...@us...> - 2014-05-18 06:26:21
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27289 Modified Files: overall_footer.html simple_footer.html Log Message: Experimental smf2 backend files based on smf2 api in shared folder Index: simple_footer.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/simple_footer.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** simple_footer.html 28 Aug 2008 22:33:35 -0000 1.1 --- simple_footer.html 18 May 2014 06:26:19 -0000 1.2 *************** *** 14,18 **** //--> ! <div 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 --> | <a href="{MXBB_EXTRA_URL}" target="_phpbb" class="copyright">{MXBB_EXTRA}</a> <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> --- 14,18 ---- //--> ! <div class="copyright">{POWERED_BY} <a href="http://mxpcms.sourceforge.net/" 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 --> | <a href="{MXBB_EXTRA_URL}" target="_phpbb" class="copyright">{MXBB_EXTRA}</a> <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> Index: overall_footer.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_footer.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** overall_footer.html 16 Jun 2008 18:29:58 -0000 1.8 --- overall_footer.html 18 May 2014 06:26:19 -0000 1.9 *************** *** 24,32 **** <!-- ! We request you retain the full copyright notice below including the link to www.mx-publisher.com (and www.phpbb.com if you are using MXP with phpbb). This not only gives respect to the large amount of time given freely by the developers but also helps build interest, traffic and use of MXP. If you cannot (for good reason) retain the full copyright we request you at least leave in place the ! Powered by MXP line, with MXP linked to www.mx-publisher.com. If you refuse to include even this then support on our forums may be affected. --- 24,32 ---- <!-- ! We request you retain the full copyright notice below including the link to mxpcms.sourceforge.net (and www.phpbb.com if you are using MXP with phpbb). This not only gives respect to the large amount of time given freely by the developers but also helps build interest, traffic and use of MXP. If you cannot (for good reason) retain the full copyright we request you at least leave in place the ! Powered by MXP line, with MXP linked to mxpcms.sourceforge.net. If you refuse to include even this then support on our forums may be affected. *************** *** 34,38 **** // --> ! <div 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 --> | <a href="{MXBB_EXTRA_URL}" target="_phpbb" class="copyright">{MXBB_EXTRA}</a> <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> --- 34,38 ---- // --> ! <div class="copyright">{POWERED_BY} <a href="http://mxpcms.sourceforge.net/" 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 --> | <a href="{MXBB_EXTRA_URL}" target="_phpbb" class="copyright">{MXBB_EXTRA}</a> <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> |