diff --git a/phpbb/styles/prosilver/template/bbcode.html b/phpbb/styles/prosilver/template/bbcode.html
deleted file mode 100644
index 80dc9a0cf35fe86442c18dc2fa865c7eb28e6cbc..0000000000000000000000000000000000000000
--- a/phpbb/styles/prosilver/template/bbcode.html
+++ /dev/null
@@ -1,95 +0,0 @@
-<!-- BEGIN ulist_open --><ul style="list-style-type: {LIST_TYPE}"><!-- END ulist_open -->
-<!-- BEGIN ulist_open_default --><ul><!-- END ulist_open_default -->
-<!-- BEGIN ulist_close --></ul><!-- END ulist_close -->
-
-<!-- BEGIN olist_open --><ol style="list-style-type: {LIST_TYPE}"><!-- END olist_open -->
-<!-- BEGIN olist_close --></ol><!-- END olist_close -->
-
-<!-- BEGIN listitem --><li><!-- END listitem -->
-<!-- BEGIN listitem_close --></li><!-- END listitem_close -->
-
-<!-- BEGIN quote_username_open --><blockquote><div><cite>{USERNAME} {L_WROTE}{L_COLON}</cite><!-- END quote_username_open -->
-<!-- BEGIN quote_open --><blockquote class="uncited"><div><!-- END quote_open -->
-<!-- BEGIN quote_close --></div></blockquote><!-- END quote_close -->
-<!-- BEGIN quote_extended -->
-<blockquote>
-	<xsl:if test="@post_url">
-		<xsl:attribute name="cite"><xsl:value-of select="@post_url"/></xsl:attribute>
-	</xsl:if>
-	<xsl:if test="not(@author)">
-		<xsl:attribute name="class">uncited</xsl:attribute>
-	</xsl:if>
-	<div>
-		<xsl:if test="@author">
-			<cite>
-				<xsl:choose>
-					<xsl:when test="@url">
-						<a href="{@url}" class="postlink"><xsl:value-of select="@author"/></a>
-					</xsl:when>
-					<xsl:when test="@profile_url">
-						<a href="{@profile_url}"><xsl:value-of select="@author"/></a>
-					</xsl:when>
-					<xsl:otherwise>
-						<xsl:value-of select="@author"/>
-					</xsl:otherwise>
-				</xsl:choose>
-				<xsl:text> </xsl:text>
-				<xsl:value-of select="$L_WROTE"/>
-				<xsl:value-of select="$L_COLON"/>
-				<xsl:if test="@post_url">
-					<xsl:text> </xsl:text>
-					<a href="{@post_url}" data-post-id="{@post_id}" onclick="if(document.getElementById(hash.substr(1)))href=hash">&#8593;</a>
-				</xsl:if>
-				<xsl:if test="@msg_url">
-					<xsl:text> </xsl:text>
-					<a href="{@msg_url}" data-msg-id="{@msg_id}">&#8593;</a>
-				</xsl:if>
-				<xsl:if test="@date">
-					<span class="responsive-hide"><xsl:value-of select="@date"/></span>
-				</xsl:if>
-			</cite>
-		</xsl:if>
-		<xsl:apply-templates/>
-	</div>
-</blockquote>
-<!-- END quote_extended -->
-
-<!-- BEGIN code_open --><div class="codebox"><p>{L_CODE}{L_COLON} <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></p><pre><code><!-- END code_open -->
-<!-- BEGIN code_close --></code></pre></div><!-- END code_close -->
-
-<!-- BEGIN inline_attachment_open --><div class="inline-attachment"><!-- END inline_attachment_open -->
-<!-- BEGIN inline_attachment_close --></div><!-- END inline_attachment_close -->
-
-<!-- BEGIN b_open --><strong class="text-strong"><!-- END b_open -->
-<!-- BEGIN b_close --></strong><!-- END b_close -->
-
-<!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open -->
-<!-- BEGIN u_close --></span><!-- END u_close -->
-
-<!-- BEGIN i_open --><em class="text-italics"><!-- END i_open -->
-<!-- BEGIN i_close --></em><!-- END i_close -->
-
-<!-- BEGIN color --><span style="color: {COLOR}">{TEXT}</span><!-- END color -->
-
-<!-- BEGIN size --><span style="font-size: {SIZE}%; line-height: 116%;">{TEXT}</span><!-- END size -->
-
-<!-- BEGIN img --><a href="{URL}" class="postlink">{L_IMAGE}</a><!-- END img -->
-
-<!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url -->
-
-<!-- BEGIN email -->
-<a>
-	<xsl:attribute name="href">
-		<xsl:text>mailto:</xsl:text>
-		<xsl:value-of select="@email"/>
-		<xsl:if test="@subject or @body">
-			<xsl:text>?</xsl:text>
-			<xsl:if test="@subject">subject=<xsl:value-of select="@subject"/></xsl:if>
-			<xsl:if test="@body"><xsl:if test="@subject">&amp;</xsl:if>body=<xsl:value-of select="@body"/></xsl:if>
-		</xsl:if>
-	</xsl:attribute>
-	<xsl:apply-templates/>
-</a>
-<!-- END email -->
-
-<!-- BEGIN flash --><object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="{WIDTH}" height="{HEIGHT}"><param name="movie" value="{URL}" /><param name="play" value="false" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="allowScriptAccess" value="never" /><param name="allowNetworking" value="internal" /><embed src="{URL}" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="{WIDTH}" height="{HEIGHT}" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></embed></object><!-- END flash -->
diff --git a/phpbb/styles/prosilver/template/ucp_pm_viewmessage_print.html b/phpbb/styles/prosilver/template/ucp_pm_viewmessage_print.html
deleted file mode 100644
index 8cf5c0b258ef854128c35e870f0ac5f7a9620fca..0000000000000000000000000000000000000000
--- a/phpbb/styles/prosilver/template/ucp_pm_viewmessage_print.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE html>
-<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
-<head>
-<meta charset="utf-8" />
-<meta http-equiv="X-UA-Compatible" content="IE=edge">
-<meta name="robots" content="noindex" />
-{META}
-<title>{SITENAME} &bull; {PAGE_TITLE}</title>
-
-<link href="{T_THEME_PATH}/print.css" rel="stylesheet">
-<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
-	<link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
-<!-- ENDIF -->
-<!-- EVENT ucp_pm_viewmessage_print_head_append -->
-</head>
-<body id="phpbb">
-<div id="wrap" class="wrap">
-	<a id="top" class="top-anchor" accesskey="t"></a>
-
-	<div id="page-header">
-		<h1>{SITENAME}</h1>
-		<p>{SITE_DESCRIPTION}</p>
-
-		<h2>{L_PRIVATE_MESSAGING}</h2>
-	</div>
-
-	<div id="page-body" class="page-body">
-		<div class="page-number">{PAGE_NUMBER}</div>
-			<div class="post">
-				<h3>{SUBJECT}</h3>
-				<div class="date">{L_SENT_AT} <strong>{SENT_DATE}</strong></div>
-				<div class="author">{L_PM_FROM} <strong>{MESSAGE_AUTHOR}</strong></div>
-				<!-- IF S_TO_RECIPIENT -->
-					<div class="author">{L_TO} <strong><!-- BEGIN to_recipient -->{to_recipient.NAME}&nbsp;<!-- END to_recipient --></strong></div>
-				<!-- ENDIF -->
-				<!-- IF S_BCC_RECIPIENT -->
-					<div class="author">{L_BCC} <strong><!-- BEGIN bcc_recipient -->{bcc_recipient.NAME}&nbsp;<!-- END bcc_recipient --></strong></div>
-				<!-- ENDIF -->
-				<hr />
-				<div class="content">{MESSAGE}</div>
-			</div>
-			<hr />
-	</div>
-
-	<div id="page-footer" class="page-footer">
-		<div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
-		<div class="copyright">
-			<p>{{ CREDIT_LINE }}
-			</p>
-			{% if TRANSLATION_INFO %}
-			<p>{{ TRANSLATION_INFO }}
-			</p>
-			{% endif %}
-		</div>
-	</div>
-</div>
-
-</body>
-</html>
diff --git a/phpbb/styles/prosilver/template/viewtopic_print.html b/phpbb/styles/prosilver/template/viewtopic_print.html
deleted file mode 100644
index f6305c1121caaeed8c8c70f2f6f4ad64b7bdc32a..0000000000000000000000000000000000000000
--- a/phpbb/styles/prosilver/template/viewtopic_print.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html>
-<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
-<head>
-<meta charset="utf-8" />
-<meta http-equiv="X-UA-Compatible" content="IE=edge">
-<meta name="robots" content="noindex" />
-{META}
-<title>{SITENAME} &bull; {PAGE_TITLE}</title>
-
-<link href="{T_THEME_PATH}/print.css" rel="stylesheet">
-<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
-	<link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
-<!-- ENDIF -->
-<!-- EVENT viewtopic_print_head_append -->
-</head>
-<body id="phpbb" class="{S_CONTENT_DIRECTION}">
-<div id="wrap" class="wrap">
-	<a id="top" class="top-anchor" accesskey="t"></a>
-
-	<div id="page-header">
-		<h1>{SITENAME}</h1>
-		<p>{SITE_DESCRIPTION}<br /><a href="{U_FORUM}">{U_FORUM}</a></p>
-
-		<h2>{TOPIC_TITLE}</h2>
-		<p><a href="{U_TOPIC}">{U_TOPIC}</a></p>
-	</div>
-
-	<div id="page-body" class="page-body">
-		<div class="page-number">{PAGE_NUMBER}</div>
-		<!-- BEGIN postrow -->
-			<div class="post">
-				<h3>{postrow.POST_SUBJECT}</h3>
-				<div class="date">{L_POSTED}{L_COLON} <strong>{postrow.POST_DATE}</strong></div>
-				<div class="author">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR}</strong></div>
-				<div class="content">{postrow.MESSAGE}</div>
-			</div>
-			<hr />
-		<!-- END postrow -->
-	</div>
-
-	<div id="page-footer" class="page-footer">
-		<div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
-			<div class="copyright">
-				<p>{{ CREDIT_LINE }}
-				</p>
-				{% if TRANSLATION_INFO %}
-				<p>{{ TRANSLATION_INFO }}
-				</p>
-				{% endif %}
-			</div>
-	</div>
-</div>
-
-</body>
-</html>