diff options
Diffstat (limited to 'phpBB/templates/Default/install_error.tpl')
-rw-r--r-- | phpBB/templates/Default/install_error.tpl | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/phpBB/templates/Default/install_error.tpl b/phpBB/templates/Default/install_error.tpl deleted file mode 100644 index 61a7d7e08d..0000000000 --- a/phpBB/templates/Default/install_error.tpl +++ /dev/null @@ -1,29 +0,0 @@ -<html> -<head> - <title>phpBB Version 2.0 Installer</title> -</head> -<body background="white"> -<table> -<tr> - <td> - <H1>{L_TITLE}</H1> - </td> -</tr> -<tr> - <td> - <table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1"> - <tr> - <td> - <table border="0" width="100%" cellpadding="0" bgcolor="#FFFFFF" cellspacing="1"> - <tr> - <td width="100%" align="center"><b>{L_ERROR}<b></td> - </tr> - </table> - </td> - </tr> - </table> - </td> -</tr> -</table> -</body> -</html> |