|
From: Paul S. O. <ps...@us...> - 2002-06-08 16:45:21
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv30004/templates/subSilver Modified Files: overall_footer.tpl Log Message: Some transfers from 2.0.x plus move debugging to template var which will please some people Index: overall_footer.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_footer.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** overall_footer.tpl 31 Mar 2002 00:06:34 -0000 1.4 --- overall_footer.tpl 8 Jun 2002 16:45:17 -0000 1.5 *************** *** 11,15 **** The phpBB Group : 2002 // --> ! Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001 phpBB Group<br />{TRANSLATION_INFO}</span></div> </td> </tr> --- 11,15 ---- The phpBB Group : 2002 // --> ! Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001 phpBB Group<br />{TRANSLATION_INFO}{DEBUG_OUTPUT}</span></div> </td> </tr> |