From f8ef06afe05d6a3c2a98f9134ba1f554c0fa5c19 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 21 Jan 2012 21:42:25 +0100 Subject: Made paths to systemtemplates absolute. --- ratatoeskr/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratatoeskr/main.php') diff --git a/ratatoeskr/main.php b/ratatoeskr/main.php index d6f42d2..d40d911 100644 --- a/ratatoeskr/main.php +++ b/ratatoeskr/main.php @@ -64,7 +64,7 @@ function ratatoeskr() header("HTTP/1.1 404 Not Found"); $ste->vars["title"] = "404 Not Found"; $ste->vars["details"] = str_replace("[[URL]]", $_SERVER["REQUEST_URI"], (isset($translation) ? $translation["e404_details"] : "The page [[URL]] could not be found. Sorry.")); - echo $ste->exectemplate("systemtemplates/error.html"); + echo $ste->exectemplate("/systemtemplates/error.html"); })); $urlpath = explode("/", $_GET["action"]); -- cgit v1.2.3-54-g00ecf