diff options
Diffstat (limited to 'phpBB/templates/PSO/error_body.tpl')
-rw-r--r-- | phpBB/templates/PSO/error_body.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/templates/PSO/error_body.tpl b/phpBB/templates/PSO/error_body.tpl new file mode 100644 index 0000000000..d57d581876 --- /dev/null +++ b/phpBB/templates/PSO/error_body.tpl @@ -0,0 +1,9 @@ +<div align="center"><table width="98%" cellpadding="0" cellspacing="1" border="0"> + <tr> + <td bgcolor="{T_TH_COLOR1}"><table width="100%" cellpadding="5" cellspacing="1" border="0"> + <tr> + <td width="100%" bgcolor="{T_TD_COLOR1}" align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{ERROR_MESSAGE}<b></font></td> + </tr> + </table></td> + </tr> +</table>
\ No newline at end of file |