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