diff options
| -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"> | 
