diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-01-16 17:27:08 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-01-16 17:53:30 +0100 |
commit | 2a703b40550129c668e7781aaa1a25612fd42902 (patch) | |
tree | 57ea45fd5bcedd595006badb705c15e09f0c1932 /phpBB/styles/subsilver2/template/simple_footer.html | |
parent | 1359cf654714107f752d14a358d76ee310a9ff57 (diff) | |
download | forums-2a703b40550129c668e7781aaa1a25612fd42902.tar forums-2a703b40550129c668e7781aaa1a25612fd42902.tar.gz forums-2a703b40550129c668e7781aaa1a25612fd42902.tar.bz2 forums-2a703b40550129c668e7781aaa1a25612fd42902.tar.xz forums-2a703b40550129c668e7781aaa1a25612fd42902.zip |
[ticket/9859] Remove years in credit line from some more files.
Standard HTML output now includes:
Powered by <a href="http://www.phpbb.com/">phpBB</a> © phpBB Group
Print output now includes:
Powered by phpBB © phpBB Group<br />http://www.phpbb.com/
This also fixes an inconsistency where "phpBB Group" was linked instead of
"phpBB".
PHPBB3-9859
Diffstat (limited to 'phpBB/styles/subsilver2/template/simple_footer.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/simple_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/simple_footer.html b/phpBB/styles/subsilver2/template/simple_footer.html index c8b69dd5ad..11ea83e729 100644 --- a/phpBB/styles/subsilver2/template/simple_footer.html +++ b/phpBB/styles/subsilver2/template/simple_footer.html @@ -13,7 +13,7 @@ //--> <div id="wrapfooter"> - <span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group</span> + <span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © phpBB Group</span> </div> </body> |