diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-07-17 20:42:17 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-07-17 20:42:17 +0200 |
commit | 3a70bc2c75b28eba2b0b37f0d41ec5de06d2d8cd (patch) | |
tree | c80d74e7cd005d3c74f4feb9609ee1887847dd0b /phpBB/styles | |
parent | 8f5182bf84399c52a23498a597ac907b6fba9ef5 (diff) | |
parent | af3a730d9193307d908c3bd14329761cf2bbc098 (diff) | |
download | forums-3a70bc2c75b28eba2b0b37f0d41ec5de06d2d8cd.tar forums-3a70bc2c75b28eba2b0b37f0d41ec5de06d2d8cd.tar.gz forums-3a70bc2c75b28eba2b0b37f0d41ec5de06d2d8cd.tar.bz2 forums-3a70bc2c75b28eba2b0b37f0d41ec5de06d2d8cd.tar.xz forums-3a70bc2c75b28eba2b0b37f0d41ec5de06d2d8cd.zip |
Merge remote-tracking branch 'mvinny/ticket/10789' into develop-olympus
* mvinny/ticket/10789:
[ticket/10789] Remove unnecessary variables from PM print - prosilver
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"> |