diff options
Diffstat (limited to 'template/default/error.html')
-rw-r--r-- | template/default/error.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/template/default/error.html b/template/default/error.html new file mode 100644 index 0000000..5e72bab --- /dev/null +++ b/template/default/error.html @@ -0,0 +1,17 @@ +<html>
+
+<head>
+ <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
+ <title><tmpl_var name="title"></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>
+</body>
+
+</html>
|