aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-05 00:15:37 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-05 00:15:37 +0000
commit4a515d713826621bdb3911d47521b4b221e0b48c (patch)
tree30c58d399acd64d648c565fc20d3b688777962d9 /day.php
parent4a55f1bbc2a95855d912728b2674d47c81b75b49 (diff)
downloadphpicalendar-4a515d713826621bdb3911d47521b4b221e0b48c.tar.gz
phpicalendar-4a515d713826621bdb3911d47521b4b221e0b48c.tar.bz2
phpicalendar-4a515d713826621bdb3911d47521b4b221e0b48c.zip
Coded allday events for day.php
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