aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/error_body.tpl
blob: 6895322002d26db894879fb3d0d38743b0cd2975 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
  <tr> 
	<td> 
	  <table width="100%" border="0" cellspacing="0" cellpadding="1">
		<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" />