diff options
author | Nils Adermann <naderman@naderman.de> | 2011-01-16 22:25:49 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-01-16 22:25:49 +0100 |
commit | ba5c7d8e63d97650989c2866c20c11f16f4c1128 (patch) | |
tree | 54e347172f2d7a47df2db99292f217b0f9679501 /phpBB/styles/subsilver2/template/viewtopic_print.html | |
parent | e9c584af6aee4d8cec81ad1f96066860ea878644 (diff) | |
parent | 60eff4e59a529e389c03c54085530dce5fbd99db (diff) | |
download | forums-ba5c7d8e63d97650989c2866c20c11f16f4c1128.tar forums-ba5c7d8e63d97650989c2866c20c11f16f4c1128.tar.gz forums-ba5c7d8e63d97650989c2866c20c11f16f4c1128.tar.bz2 forums-ba5c7d8e63d97650989c2866c20c11f16f4c1128.tar.xz forums-ba5c7d8e63d97650989c2866c20c11f16f4c1128.zip |
Merge branch 'ticket/bantu/9859' into develop-olympus
* ticket/bantu/9859:
[ticket/9859] Remove the years from the copyright statements in docs files.
[ticket/9859] Remove the year from the copyright meta tag in docs/*.html
[ticket/9859] Remove the meta copyright tag as well.
[ticket/9859] Remove the credit line comment from all html files.
[ticket/9859] Remove years in credit line from some more files.
Diffstat (limited to 'phpBB/styles/subsilver2/template/viewtopic_print.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_print.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/phpBB/styles/subsilver2/template/viewtopic_print.html b/phpBB/styles/subsilver2/template/viewtopic_print.html index cfd78b6fc7..38ec10fad8 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_print.html +++ b/phpBB/styles/subsilver2/template/viewtopic_print.html @@ -121,15 +121,6 @@ hr.sep { <!-- END postrow --> <hr width="85%" /> -<!-- - We request you retain the full copyright notice below including the link to www.phpbb.com. - This not only gives respect to the large amount of time given freely by the developers - but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain - the full copyright we ask you at least leave in place the "Powered by phpBB" line. If you - refuse to include even this then support on our forums may be affected. - - The phpBB Group : 2006 -// --> <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center"> <tr> @@ -137,7 +128,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> |