From: <ji...@us...> - 2005-11-11 05:08:39
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28427/phpicalendar Modified Files: day.php month.php week.php year.php Log Message: fix small nav icons to pass cpath Index: day.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v retrieving revision 1.125 retrieving revision 1.126 diff -C2 -d -r1.125 -r1.126 *** day.php 14 Sep 2005 20:53:53 -0000 1.125 --- day.php 11 Nov 2005 05:08:30 -0000 1.126 *************** *** 59,62 **** --- 59,63 ---- 'cal' => $cal, 'getdate' => $getdate, + 'getcpath' => "&cpath=$cpath", 'cpath' => $cpath, 'calendar_name' => (is_array($calendar_name) ? "Multiple" : $calendar_name), Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.132 retrieving revision 1.133 diff -C2 -d -r1.132 -r1.133 *** month.php 14 Sep 2005 20:53:53 -0000 1.132 --- month.php 11 Nov 2005 05:08:30 -0000 1.133 *************** *** 66,69 **** --- 66,70 ---- 'cal' => $cal, 'getdate' => $getdate, + 'getcpath' => "&cpath=$cpath", 'cpath' => $cpath, 'calendar_name' => $calendar_name, Index: week.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/week.php,v retrieving revision 1.123 retrieving revision 1.124 diff -C2 -d -r1.123 -r1.124 *** week.php 14 Sep 2005 20:53:53 -0000 1.123 --- week.php 11 Nov 2005 05:08:30 -0000 1.124 *************** *** 61,65 **** 'cal' => $cal, 'getdate' => $getdate, ! 'cpath' => $cpath, 'calendar_name' => $calendar_name, 'display_date' => $display_date, --- 61,66 ---- 'cal' => $cal, 'getdate' => $getdate, ! 'getcpath' => "&cpath=$cpath", ! 'cpath' => $cpath, 'calendar_name' => $calendar_name, 'display_date' => $display_date, Index: year.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/year.php,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** year.php 14 Sep 2005 00:42:32 -0000 1.36 --- year.php 11 Nov 2005 05:08:30 -0000 1.37 *************** *** 29,32 **** --- 29,34 ---- 'default_path' => '', 'cal' => $cal, + 'getcpath' => "&cpath=$cpath", + 'cpath' => $cpath, 'getdate' => $getdate, 'calendar_name' => $calendar_name, |