mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Added error body template
git-svn-id: file:///svn/phpbb/trunk@33 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c63eabe2c6
commit
fb2ae00b71
1 changed files with 15 additions and 0 deletions
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>
|
Loading…
Add table
Reference in a new issue