From 73ee9222e0cd5aa8cc2435b3b7770bf68ba8a34e Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 10 Apr 2006 00:42:34 +0000 Subject: modify to use default_path --- error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.php') diff --git a/error.php b/error.php index 2ccf76c..bdda046 100644 --- a/error.php +++ b/error.php @@ -35,7 +35,7 @@ function error($error_msg='There was an error processing the request.', $file='N )); $page->replace_tags(array( - 'default_path' => $error_base, + 'default_path' => $default_path.'/', 'template' => $template, 'cal' => $cal, 'getdate' => $getdate, -- cgit v1.2.3