aboutsummaryrefslogtreecommitdiffstats
path: root/year.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-29 08:20:52 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-29 08:20:52 +0000
commit980dbb40bb2cb239f127f8718cd9502ac0498e8b (patch)
tree54df3d058dc857645d4648800f222b3f3d8f2cc9 /year.php
parent49cfa70058fc7fab9e3007b93e12139604223958 (diff)
downloadphpicalendar-980dbb40bb2cb239f127f8718cd9502ac0498e8b.tar.gz
phpicalendar-980dbb40bb2cb239f127f8718cd9502ac0498e8b.tar.bz2
phpicalendar-980dbb40bb2cb239f127f8718cd9502ac0498e8b.zip
change version for release
Diffstat (limited to 'year.php')
-rw-r--r--year.php2
1 files changed, 1 insertions, 1 deletions
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'

© 2014-2024 Faster IT GmbH | imprint | privacy policy