aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/error_body.tpl
blob: 6b43c00829e64f72af0feec87d25dab5571b892b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<tr>
  <td>
  <table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
    <tr>
	    <td>
	      <table border="0" width="100%" cellpadding="0" cellspacing="1">
	        <tr class="tableheader">
	           <td width="100%" align="center"><b>{ERROR_MESSAGE}<b></td>
	        </tr>
	       </table>
	      </td>
	    </tr>
	</table>
	</td>
</tr>