aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
Diffstat (limited to 'day.php')
-rw-r--r--day.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/day.php b/day.php
index 1ff5935..eed3953 100644
--- a/day.php
+++ b/day.php
@@ -32,7 +32,7 @@ $list_weeks = list_weeks();
$list_jumps = list_jumps();
$list_calcolors = list_calcolors();
-$page = new Page(BASE.'templates/'.$template.'/DAY.tpl');
+$page = new Page(BASE.'templates/'.$template.'/day.tpl');
$page->replace_tags(array(
'header' => BASE.'templates/'.$template.'/header.tpl',
@@ -62,7 +62,7 @@ $page->replace_tags(array(
'style_select' => $style_select
));
-$page->monthbottom($this->page);
+$page->draw_day($this->page);
$page->output();

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