mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 14:16:28 +02:00
Added error body template
git-svn-id: file:///svn/phpbb/trunk@33 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
15
phpBB/templates/Default/error_body.tpl
Normal file
15
phpBB/templates/Default/error_body.tpl
Normal file
@ -0,0 +1,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>
|
Reference in New Issue
Block a user