aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/error_body.html
blob: dd71af85184bfccad1867235032cea9314a9848c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0">
	<tr> 
		<td><table width="100%" cellspacing="0" cellpadding="1" border="0">
			<tr> 
				<td>&nbsp;</td>
			</tr>
			<tr> 
				<td align="center"><span class="error">{ERROR_MESSAGE}</span></td>
			</tr>
			<tr> 
				<td>&nbsp;</td>
			</tr>
		</table></td>
	</tr>
</table>

<br clear="all" />