diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-09 23:28:49 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-09 23:28:49 +0000 |
commit | 463c2a00a1a3192e210e77a9bc1dc84df4ec7026 (patch) | |
tree | 9c14143717f95f535a42c653fe1e7c926c1fcb90 /phpBB/templates | |
parent | 48f8c7be63afd5cf824b478fcd87c9825971dadb (diff) | |
download | forums-463c2a00a1a3192e210e77a9bc1dc84df4ec7026.tar forums-463c2a00a1a3192e210e77a9bc1dc84df4ec7026.tar.gz forums-463c2a00a1a3192e210e77a9bc1dc84df4ec7026.tar.bz2 forums-463c2a00a1a3192e210e77a9bc1dc84df4ec7026.tar.xz forums-463c2a00a1a3192e210e77a9bc1dc84df4ec7026.zip |
Merged into install.tpl
git-svn-id: file:///svn/phpbb/trunk@1145 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/install_error.tpl | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/phpBB/templates/subSilver/install_error.tpl b/phpBB/templates/subSilver/install_error.tpl deleted file mode 100644 index 4ad4fa6b21..0000000000 --- a/phpBB/templates/subSilver/install_error.tpl +++ /dev/null @@ -1,29 +0,0 @@ -<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> |