From ff6e499692065df321dc670df37118ba7d701516 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 4 Sep 2012 22:17:32 +0200 Subject: HTTP Error handling (for 403 and 404) --- template/error_http.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 template/error_http.html (limited to 'template/error_http.html') diff --git a/template/error_http.html b/template/error_http.html new file mode 100644 index 0000000..34d444b --- /dev/null +++ b/template/error_http.html @@ -0,0 +1,11 @@ + + + + + <TMPL_IF NAME=MESSAGE><TMPL_VAR NAME=MESSAGE><TMPL_ELSE>Error</TMPL_IF> + + + +

+ + -- cgit v1.2.3