mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 19:45:10 +01:00
30 lines
547 B
Smarty
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>
|