diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-06-08 16:45:41 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-06-08 16:45:41 +0000 |
commit | 397e8ef31b79f4bf21a2c905ba72e06d26542f0a (patch) | |
tree | 5a44ae5154edbf48de73e1ba93d032bdf2af0411 /phpBB/templates | |
parent | d75291c5d248310d6f768d2ee4004d29f3afd48a (diff) | |
download | forums-397e8ef31b79f4bf21a2c905ba72e06d26542f0a.tar forums-397e8ef31b79f4bf21a2c905ba72e06d26542f0a.tar.gz forums-397e8ef31b79f4bf21a2c905ba72e06d26542f0a.tar.bz2 forums-397e8ef31b79f4bf21a2c905ba72e06d26542f0a.tar.xz forums-397e8ef31b79f4bf21a2c905ba72e06d26542f0a.zip |
Some transfers from 2.0.x plus move debugging to template var which will please some people
git-svn-id: file:///svn/phpbb/trunk@2621 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/overall_footer.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/overall_footer.tpl b/phpBB/templates/subSilver/overall_footer.tpl index 58b489fb34..326b38d3af 100644 --- a/phpBB/templates/subSilver/overall_footer.tpl +++ b/phpBB/templates/subSilver/overall_footer.tpl @@ -10,7 +10,7 @@ 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> +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> </table> |