Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1:/tmp/cvs-serv11563
Modified Files:
config.inc.php
Log Message:
Cleanup for 0.9.2, removed old calendars, provided new demo calendar.
Index: config.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v
retrieving revision 1.101
retrieving revision 1.102
diff -C2 -d -r1.101 -r1.102
*** config.inc.php 13 May 2003 04:14:22 -0000 1.101
--- config.inc.php 30 May 2003 17:58:55 -0000 1.102
***************
*** 9,13 ****
$default_view = 'day'; // Default view for calendars = 'day', 'week', 'month', 'year'
$minical_view = 'current'; // Where do the mini-calendars go when clicked? = 'day', 'week', 'month', 'current'
! $default_cal = 'School'; // Exact filename of calendar without .ics
$language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish', 'Swedish', 'Portuguese', 'Catalan', 'Traditional_Chinese'
$week_start_day = 'Sunday'; // Day of the week your week starts on
--- 9,13 ----
$default_view = 'day'; // Default view for calendars = 'day', 'week', 'month', 'year'
$minical_view = 'current'; // Where do the mini-calendars go when clicked? = 'day', 'week', 'month', 'current'
! $default_cal = 'Home'; // Exact filename of calendar without .ics
$language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish', 'Swedish', 'Portuguese', 'Catalan', 'Traditional_Chinese'
$week_start_day = 'Sunday'; // Day of the week your week starts on
|