aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO/message_body.tpl
blob: b7684a380d0e1d405d7b028462d073583a493ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

<div align="center"><table width="80%" cellpadding="0" cellspacing="1" border="0">
	<tr>
		<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
			<tr>
				<th class="secondary"><b>{MESSAGE_TITLE}</b></th>
			</tr>
			<tr>
				<td class="row2" width="100%" align="center"><span class="gen">{MESSAGE_TEXT}</span></td>
			</tr>
		</table></td>
	</tr>
</table>