diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-12-16 01:19:40 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-12-16 01:19:40 +0100 |
commit | fc9516a2e3e4b039b8f4f07604b6914a54a71757 (patch) | |
tree | bb3e1b78cefa5dcb884286301ce6bb2ef5143c48 | |
parent | 5e258a0a9021da3f9d830326f697fa05e86be877 (diff) | |
download | forums-fc9516a2e3e4b039b8f4f07604b6914a54a71757.tar forums-fc9516a2e3e4b039b8f4f07604b6914a54a71757.tar.gz forums-fc9516a2e3e4b039b8f4f07604b6914a54a71757.tar.bz2 forums-fc9516a2e3e4b039b8f4f07604b6914a54a71757.tar.xz forums-fc9516a2e3e4b039b8f4f07604b6914a54a71757.zip |
[ticket/9859] Remove years from the credit line.
PHPBB3-9859
-rw-r--r-- | phpBB/styles/prosilver/template/overall_footer.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_footer.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index 4da1308e14..aeb6dc9ba3 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -30,7 +30,7 @@ The phpBB Group : 2006 //--> - <div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group + <div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © phpBB Group <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> <!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF --> diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html index 64201ff2b9..187d0f4366 100644 --- a/phpBB/styles/subsilver2/template/overall_footer.html +++ b/phpBB/styles/subsilver2/template/overall_footer.html @@ -14,7 +14,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> © 2000, 2002, 2005, 2007 phpBB Group + <span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © phpBB Group <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span> </div> |