diff options
Diffstat (limited to 'phpBB/templates/subSilver/error_body.html')
-rw-r--r-- | phpBB/templates/subSilver/error_body.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/error_body.html b/phpBB/templates/subSilver/error_body.html new file mode 100644 index 0000000000..dd71af8518 --- /dev/null +++ b/phpBB/templates/subSilver/error_body.html @@ -0,0 +1,18 @@ + +<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0"> + <tr> + <td><table width="100%" cellspacing="0" cellpadding="1" border="0"> + <tr> + <td> </td> + </tr> + <tr> + <td align="center"><span class="error">{ERROR_MESSAGE}</span></td> + </tr> + <tr> + <td> </td> + </tr> + </table></td> + </tr> +</table> + +<br clear="all" /> |