aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-01-16 17:59:11 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-01-16 17:59:11 +0000
commite9266c87a0b465fe41de4418e9cda26df7fe3ea3 (patch)
tree97ee65d45fed0c542d02fbf989cbd59fd2c07c56 /phpBB/templates
parent0e722778442aa9e18400d30880bb2979858240de (diff)
downloadforums-e9266c87a0b465fe41de4418e9cda26df7fe3ea3.tar
forums-e9266c87a0b465fe41de4418e9cda26df7fe3ea3.tar.gz
forums-e9266c87a0b465fe41de4418e9cda26df7fe3ea3.tar.bz2
forums-e9266c87a0b465fe41de4418e9cda26df7fe3ea3.tar.xz
forums-e9266c87a0b465fe41de4418e9cda26df7fe3ea3.zip
Add TRANSLATION_INFO to footers
git-svn-id: file:///svn/phpbb/trunk@1892 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/overall_footer.tpl2
-rw-r--r--phpBB/templates/subSilver/simple_footer.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/overall_footer.tpl b/phpBB/templates/subSilver/overall_footer.tpl
index d883f569d2..18749d7470 100644
--- a/phpBB/templates/subSilver/overall_footer.tpl
+++ b/phpBB/templates/subSilver/overall_footer.tpl
@@ -17,7 +17,7 @@
// -->
Powered by phpBB {PHPBB_VERSION} &copy; 2001 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB
- Group</a></span></div>
+ Group</a><br />{TRANSLATION_INFO}</span></div>
</td>
</tr>
</table>
diff --git a/phpBB/templates/subSilver/simple_footer.tpl b/phpBB/templates/subSilver/simple_footer.tpl
index 265eaa9d30..fa3e4bf6dc 100644
--- a/phpBB/templates/subSilver/simple_footer.tpl
+++ b/phpBB/templates/subSilver/simple_footer.tpl
@@ -16,7 +16,7 @@
// -->
<div align="center"> <span class="copyright"><br />Powered by phpBB {PHPBB_VERSION} &copy; 2001 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB
- Group</a></span></div>
+ Group</a><br />{TRANSLATION_INFO}</span></div>
&nbsp;
</body>
</html>