aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorFyorl <gaelreth@gmail.com>2012-04-03 19:29:34 +0800
committerFyorl <gaelreth@gmail.com>2012-04-04 11:38:15 +0800
commit0ceb77fb995e7433242a87c1fe0c22840a2b23e1 (patch)
tree20edcacfe49561795c082bc6f414138d1d274a2f /phpBB/adm/style
parent51bc9540cf10d41b34ff5f6afb90697557f4d050 (diff)
downloadforums-0ceb77fb995e7433242a87c1fe0c22840a2b23e1.tar
forums-0ceb77fb995e7433242a87c1fe0c22840a2b23e1.tar.gz
forums-0ceb77fb995e7433242a87c1fe0c22840a2b23e1.tar.bz2
forums-0ceb77fb995e7433242a87c1fe0c22840a2b23e1.tar.xz
forums-0ceb77fb995e7433242a87c1fe0c22840a2b23e1.zip
[ticket/10607] Added 'Powered by' translation string.
Added POWERED_BY line to common.php and modified the templates to use it. PHPBB3-10607
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/overall_footer.html2
-rw-r--r--phpBB/adm/style/simple_footer.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html
index b48b449597..361d3185fd 100644
--- a/phpBB/adm/style/overall_footer.html
+++ b/phpBB/adm/style/overall_footer.html
@@ -9,7 +9,7 @@
<div id="page-footer">
<!-- IF S_COPYRIGHT_HTML -->
- Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group
+ {CREDIT_LINE}
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- ENDIF -->
diff --git a/phpBB/adm/style/simple_footer.html b/phpBB/adm/style/simple_footer.html
index ac9c26a690..6395eace6c 100644
--- a/phpBB/adm/style/simple_footer.html
+++ b/phpBB/adm/style/simple_footer.html
@@ -5,7 +5,7 @@
<div id="page-footer">
<!-- IF S_COPYRIGHT_HTML -->
- <br />Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group
+ <br />{CREDIT_LINE}
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- ENDIF -->