From: <cl...@us...> - 2004-05-15 23:56:28
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12793 Modified Files: day.php month.php week.php Log Message: Subscribe and Download links work on all templates. Index: day.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v retrieving revision 1.113 retrieving revision 1.114 diff -C2 -d -r1.113 -r1.114 *** day.php 15 May 2004 03:29:57 -0000 1.113 --- day.php 15 May 2004 23:56:17 -0000 1.114 *************** *** 81,84 **** --- 81,85 ---- $page->tomorrows_events($this->page); $page->get_vtodo($this->page); + $page->draw_subscribe($this->page); $page->output(); Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.116 retrieving revision 1.117 diff -C2 -d -r1.116 -r1.117 *** month.php 9 Feb 2004 00:51:48 -0000 1.116 --- month.php 15 May 2004 23:56:18 -0000 1.117 *************** *** 80,83 **** --- 80,84 ---- $page->monthbottom($this->page); + $page->draw_subscribe($this->page); $page->output(); Index: week.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/week.php,v retrieving revision 1.111 retrieving revision 1.112 diff -C2 -d -r1.111 -r1.112 *** week.php 15 May 2004 03:29:58 -0000 1.111 --- week.php 15 May 2004 23:56:18 -0000 1.112 *************** *** 86,89 **** --- 86,90 ---- $page->tomorrows_events($this->page); $page->get_vtodo($this->page); + $page->draw_subscribe($this->page); $page->output(); |