aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/install_error.tpl
blob: 61a7d7e08d02910578a3a1e7e3381251004fdfc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<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>