aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/mcp_message.html
blob: 55a49cb604c9113c2634ee5708cbefe3015fb249 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- INCLUDE mcp_header.html -->

<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="center">
	<tr>
		<th height="28"><b>{MESSAGE_TITLE}</b></th>
	</tr>
	<tr> 
		<td class="row1" align="center"><br /><span class="gen">{MESSAGE_TEXT}</span><br /><br /></td>
	</tr>
</table>

<br clear="all" />

<!-- INCLUDE mcp_footer.html -->