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/ucp_pm_viewmessage_print.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/ucp_pm_viewmessage_print.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html index f1c59df1c8..5ade7e5fc2 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html @@ -123,7 +123,7 @@ hr.sep { <td align="{S_CONTENT_FLOW_END}"><span class="gensmall">{S_TIMEZONE}</span></td> </tr> <tr> - <td colspan="2" align="center"><span class="gensmall">Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</span></td> + <td colspan="2" align="center"><span class="gensmall">Powered by phpBB © phpBB Group<br />http://www.phpbb.com/</span></td> </tr> </table> |