aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/overall_footer.html
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/styles/subsilver2/template/overall_footer.html
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/styles/subsilver2/template/overall_footer.html')
-rw-r--r--phpBB/styles/subsilver2/template/overall_footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html
index 5d6b63986f..6cd7a215b0 100644
--- a/phpBB/styles/subsilver2/template/overall_footer.html
+++ b/phpBB/styles/subsilver2/template/overall_footer.html
@@ -3,7 +3,7 @@
<div id="wrapfooter">
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
- <span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group
+ <span class="copyright">{CREDIT_LINE}
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
</div>