diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-16 15:04:20 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-16 15:04:20 +0000 |
commit | d4a3e6e47050d497aa444b49cd5dfbb9359aacb0 (patch) | |
tree | 3a22e645bd3153fa6a0fe7f5abda31e33b9cb26b /phpBB/styles/prosilver/template/viewtopic_print.html | |
parent | 683930ca4a31d502b704bbb9366938b4ed6562b1 (diff) | |
download | forums-d4a3e6e47050d497aa444b49cd5dfbb9359aacb0.tar forums-d4a3e6e47050d497aa444b49cd5dfbb9359aacb0.tar.gz forums-d4a3e6e47050d497aa444b49cd5dfbb9359aacb0.tar.bz2 forums-d4a3e6e47050d497aa444b49cd5dfbb9359aacb0.tar.xz forums-d4a3e6e47050d497aa444b49cd5dfbb9359aacb0.zip |
small template fix
git-svn-id: file:///svn/phpbb/trunk@7896 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_print.html')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_print.html | 2 |
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 db6a5c7648..a7d9731ab2 100644 --- a/phpBB/styles/prosilver/template/viewtopic_print.html +++ b/phpBB/styles/prosilver/template/viewtopic_print.html @@ -54,7 +54,7 @@ //--> <div id="page-footer"> <div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div> - <div class="copyright">Powered by phpBB {PHPBB_VERSION} © 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</div> + <div class="copyright">Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</div> </div> </div> |