aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
Diffstat (limited to 'day.php')
-rw-r--r--day.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/day.php b/day.php
index 6228bc4..d94cc7a 100644
--- a/day.php
+++ b/day.php
@@ -12,6 +12,8 @@ $current_view = 'day';
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=$charset");
+
if ($minical_view == 'current') $minical_view = 'day';
$weekstart = 1;
@@ -46,6 +48,8 @@ $page->replace_tags(array(
'footer' => BASE.'templates/'.$template.'/footer.tpl',
'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl',
'event_js' => BASE.'functions/event.js',
+ 'todo_js' => BASE.'functions/todo.js',
+ 'charset' => $charset,
'default_path' => '',
'template' => $template,
'cal' => $cal,

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