aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_print.html
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-01-16 17:27:08 +0100
committerAndreas Fischer <bantu@phpbb.com>2011-01-16 17:53:30 +0100
commit2a703b40550129c668e7781aaa1a25612fd42902 (patch)
tree57ea45fd5bcedd595006badb705c15e09f0c1932 /phpBB/styles/prosilver/template/viewtopic_print.html
parent1359cf654714107f752d14a358d76ee310a9ff57 (diff)
downloadforums-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> &copy; phpBB Group Print output now includes: Powered by phpBB &copy; 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/prosilver/template/viewtopic_print.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_print.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html
index 03102dd351..0d7dd3bd9f 100644
--- a/phpBB/styles/prosilver/template/viewtopic_print.html
+++ b/phpBB/styles/prosilver/template/viewtopic_print.html
@@ -55,7 +55,7 @@
//-->
<div id="page-footer">
<div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
- <div class="copyright">Powered by phpBB &copy; 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</div>
+ <div class="copyright">Powered by phpBB &copy; phpBB Group<br />http://www.phpbb.com/</div>
</div>
</div>