diff options
| -rw-r--r-- | phpBB/templates/Default/error_body.tpl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/phpBB/templates/Default/error_body.tpl b/phpBB/templates/Default/error_body.tpl new file mode 100644 index 0000000000..6b43c00829 --- /dev/null +++ b/phpBB/templates/Default/error_body.tpl @@ -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> |
