From: <cl...@us...> - 2004-05-28 16:33:58
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25886 Modified Files: config.inc.php Log Message: FIxed a bug not allowing all combined to cache. Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.144 retrieving revision 1.145 diff -C2 -d -r1.144 -r1.145 *** config.inc.php 24 May 2004 05:26:40 -0000 1.144 --- config.inc.php 28 May 2004 16:33:44 -0000 1.145 *************** *** 6,10 **** // Follow instructions to the right for detailed information - $style_sheet = 'silver'; // Themes support - silver, red, green, orange, grey, tan $template = 'default'; // Template support $default_view = 'day'; // Default view for calendars = 'day', 'week', 'month', 'year' --- 6,9 ---- |