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