From: <cl...@us...> - 2004-08-18 00:16:26
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12521 Modified Files: month.php Log Message: Buggy. Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.123 retrieving revision 1.124 diff -C2 -d -r1.123 -r1.124 *** month.php 18 Aug 2004 00:14:48 -0000 1.123 --- month.php 18 Aug 2004 00:16:14 -0000 1.124 *************** *** 54,58 **** 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/calendar_nav.tpl' )); --- 54,58 ---- 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl' )); |