aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/message_body.html
blob: e111f8677d7e386a195cd4f0277ac10786f7c058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!-- INCLUDE overall_header.html -->

	<!-- $Id$ -->

	<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" />

	<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
		<tr>
			<td class="row1">
				<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a></p>
				<p class="datetime">{S_TIMEZONE}</p>
			</td>
		</tr>
	</table>

	<div style="float: right;"><!-- INCLUDE jumpbox.html --></div>

<!-- INCLUDE overall_footer.html -->