aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/install_error.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/subSilver/install_error.tpl')
-rw-r--r--phpBB/templates/subSilver/install_error.tpl29
1 files changed, 29 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/install_error.tpl b/phpBB/templates/subSilver/install_error.tpl
new file mode 100644
index 0000000000..4ad4fa6b21
--- /dev/null
+++ b/phpBB/templates/subSilver/install_error.tpl
@@ -0,0 +1,29 @@
+<html>
+<head>
+ <title>phpBB Version 2.0 Installer</title>
+</head>
+<body bgcolor="#E5E5E5" text="#03699C" link="#993300" vlink="#FF9900">
+<table align="center">
+ <tr>
+ <td>
+ <h2><font face="Verdana, Arial, Helvetica, sans-serif">{L_TITLE}</font></h2>
+ </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><font face="Verdana, Arial, Helvetica, sans-serif" size="2">{L_ERROR}</font></b></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+</tr>
+</table>
+</body>
+</html>