From: <ji...@us...> - 2006-04-10 01:12:34
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14652 Modified Files: week.php year.php Log Message: spacing changes Index: week.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/week.php,v retrieving revision 1.128 retrieving revision 1.129 diff -C2 -d -r1.128 -r1.129 *** week.php 16 Mar 2006 06:15:11 -0000 1.128 --- week.php 10 Apr 2006 01:12:30 -0000 1.129 *************** *** 51,56 **** 'event_js' => BASE.'functions/event.js', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', ! 'search_box' => BASE.'templates/'.$template.'/search_box.tpl' )); --- 51,56 ---- 'event_js' => BASE.'functions/event.js', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', ! 'search_box' => BASE.'templates/'.$template.'/search_box.tpl' )); *************** *** 62,66 **** 'getdate' => $getdate, 'getcpath' => "&cpath=$cpath", ! 'cpath' => $cpath, 'calendar_name' => $cal_displayname, 'display_date' => $display_date, --- 62,66 ---- 'getdate' => $getdate, 'getcpath' => "&cpath=$cpath", ! 'cpath' => $cpath, 'calendar_name' => $cal_displayname, 'display_date' => $display_date, *************** *** 70,74 **** 'rss_available' => '', 'rss_valid' => '', ! 'show_search' => $show_search, 'next_day' => $next_day, 'next_week' => $next_week, --- 70,74 ---- 'rss_available' => '', 'rss_valid' => '', ! 'show_search' => $show_search, 'next_day' => $next_day, 'next_week' => $next_week, Index: year.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/year.php,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** year.php 25 Mar 2006 06:48:54 -0000 1.42 --- year.php 10 Apr 2006 01:12:30 -0000 1.43 *************** *** 60,65 **** 'default_path' => '', 'cal' => $cal, ! 'getcpath' => "&cpath=$cpath", ! 'cpath' => $cpath, 'getdate' => $getdate, 'calendar_name' => $cal_displayname, --- 60,65 ---- 'default_path' => '', 'cal' => $cal, ! 'getcpath' => "&cpath=$cpath", ! 'cpath' => $cpath, 'getdate' => $getdate, 'calendar_name' => $cal_displayname, |