diff options
author | Vinny <vinny@suportephpbb.com.br> | 2012-04-11 17:15:39 -0300 |
---|---|---|
committer | Vinny <vinny@suportephpbb.com.br> | 2012-05-22 15:56:13 -0300 |
commit | af3a730d9193307d908c3bd14329761cf2bbc098 (patch) | |
tree | da8f33cedbb737900807019a67e62fc742b37e43 /phpBB/styles | |
parent | ef297ec63e8328dc13a8d79d7c01d2d7322a263b (diff) | |
download | forums-af3a730d9193307d908c3bd14329761cf2bbc098.tar forums-af3a730d9193307d908c3bd14329761cf2bbc098.tar.gz forums-af3a730d9193307d908c3bd14329761cf2bbc098.tar.bz2 forums-af3a730d9193307d908c3bd14329761cf2bbc098.tar.xz forums-af3a730d9193307d908c3bd14329761cf2bbc098.zip |
[ticket/10789] Remove unnecessary variables from PM print - prosilver
PHPBB3-10789
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html index ce2a376768..d92abb06dd 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html @@ -23,10 +23,9 @@ <div id="page-header"> <h1>{SITENAME}</h1> - <p>{SITE_DESCRIPTION}<br /><a href="{U_FORUM}">{U_FORUM}</a></p> + <p>{SITE_DESCRIPTION}</p> - <h2>{TOPIC_TITLE}</h2> - <p><a href="{U_TOPIC}">{U_TOPIC}</a></p> + <h2>{L_PRIVATE_MESSAGING}</h2> </div> <div id="page-body"> |