summaryrefslogtreecommitdiff
path: root/template/English/error.html
blob: 081e956c5b3ca2e9a0030341dc2c8e09e1d106c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>

  <head>
    <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
    <title>Error!</title>
  </head>

  <body bgcolor="#f0f0f0">
    <div align="center">
      <img src="bilder/sauerei.gif" height="230" width="177" border="0"><br>
      <font color="red">
        <tmpl_var name="error">
      </font><br>
    </div>
    <p></p>
  </body>

</html>