From d6405b94fff1853f6654ecb85eea79721827b6ca Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Sun, 28 Dec 2008 10:50:57 +0000 Subject: kill admin.php; misc other changes; bump rc num --- functions/template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions/template.php') diff --git a/functions/template.php b/functions/template.php index 46f5163..5535f69 100644 --- a/functions/template.php +++ b/functions/template.php @@ -16,7 +16,7 @@ class Page { function draw_admin() { global $phpiCal_config, $getdate, $cal, $master_array, $is_loged_in; - + $delete_table = ''; if ($is_loged_in == TRUE) { // Print Calendar Checkboxes $COLUMNS_TO_PRINT = 3; @@ -1062,7 +1062,7 @@ class Page { $file = str_replace("templates/$phpiCal_config->template","templates/default",$file); } if (!is_file($file)){ - exit(error($lang['l_error_path'], $file)); + exit(error($lang['l_error_path']." template 1065", $file)); } ob_start(); include($file); -- cgit v1.2.3