aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/message_body.html
blob: f61a3e6365ed933c5b5f0a15f8e50f9dcf692f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- INCLUDE overall_header.html -->

<table class="tablebg" width="100%" cellspacing="1">
<tr>
	<th>{MESSAGE_TITLE}</th>
</tr>
<tr> 
	<td class="row1" align="center"><br /><p class="gen">{MESSAGE_TEXT}</p><br /></td>
</tr>
</table>

<br clear="all" />

<!-- INCLUDE breadcrumbs.html -->

<!-- INCLUDE overall_footer.html -->