From 4a515d713826621bdb3911d47521b4b221e0b48c Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 5 Feb 2004 00:15:37 +0000 Subject: Coded allday events for day.php --- day.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'day.php') 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(); -- cgit v1.2.3