From 980dbb40bb2cb239f127f8718cd9502ac0498e8b Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 29 Dec 2008 08:20:52 +0000 Subject: change version for release --- year.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'year.php') diff --git a/year.php b/year.php index 6a0a6d0..9d5564d 100644 --- a/year.php +++ b/year.php @@ -4,7 +4,6 @@ $current_view = 'year'; require_once(BASE.'functions/ical_parser.php'); require_once(BASE.'functions/list_functions.php'); require_once(BASE.'functions/template.php'); -header("Content-Type: text/html; charset=$phpiCal_config->charset"); ereg ("([0-9]{4})([0-9]{2})([0-9]{2})", $getdate, $day_array2); $this_day = $day_array2[3]; @@ -46,6 +45,7 @@ $page = new Page(BASE.'templates/'.$template.'/year.tpl'); $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', + 'event_js' => BASE.'functions/event.js', 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'sidebar' => BASE.'templates/'.$template.'/sidebar_year.tpl', 'search_box' => BASE.'templates/'.$template.'/search_box.tpl' -- cgit v1.2.3