1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 19:45:10 +01:00
php-phpbb/phpBB/templates/Default/install_error.tpl
the_systech 552d9f6df2 Changes in install, process..
git-svn-id: file:///svn/phpbb/trunk@1107 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-01 19:36:45 +00:00

30 lines
547 B
Smarty

<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>