From: <cl...@us...> - 2004-02-05 00:18:03
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5071 Modified Files: day.php Log Message: Coded allday events for day.php Index: day.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v retrieving revision 1.105 retrieving revision 1.106 diff -C2 -d -r1.105 -r1.106 *** day.php 3 Feb 2004 23:02:09 -0000 1.105 --- day.php 5 Feb 2004 00:15:37 -0000 1.106 *************** *** 33,37 **** $list_calcolors = list_calcolors(); ! $page = new Page(BASE.'templates/'.$template.'/DAY.tpl'); $page->replace_tags(array( --- 33,37 ---- $list_calcolors = list_calcolors(); ! $page = new Page(BASE.'templates/'.$template.'/day.tpl'); $page->replace_tags(array( *************** *** 63,67 **** )); ! $page->monthbottom($this->page); $page->output(); --- 63,67 ---- )); ! $page->draw_day($this->page); $page->output(); |