From 0f185543bb9851fddc137f81a1e2a1d21589bc83 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 5 Oct 2011 14:36:01 +0200 Subject: Backend, frontend and 404 handlers partially implemented. * Backend layout done. * Frontend theoretically done (untested). * 404 handler done * Added textprocessors.php --- ratatoeskr/templates/src/systemtemplates/error.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ratatoeskr/templates/src/systemtemplates/error.html (limited to 'ratatoeskr/templates/src/systemtemplates/error.html') diff --git a/ratatoeskr/templates/src/systemtemplates/error.html b/ratatoeskr/templates/src/systemtemplates/error.html new file mode 100644 index 0000000..c8ece93 --- /dev/null +++ b/ratatoeskr/templates/src/systemtemplates/error.html @@ -0,0 +1,17 @@ + + + + + + $title + + + +

$title

+ +

$details

+ + -- cgit v1.2.3-54-g00ecf