From fcefcd5ee71f453fb637c92e700dc6c0faed5fb8 Mon Sep 17 00:00:00 2001 From: jwangen Date: Mon, 28 Oct 2002 05:43:12 +0000 Subject: minor readme changes --- config.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.inc.php') diff --git a/config.inc.php b/config.inc.php index c9a4aa9..8556f51 100644 --- a/config.inc.php +++ b/config.inc.php @@ -9,8 +9,8 @@ $style_sheet = 'silver'; // Themes support - silver, red, green, orange, gr $calendar_path = './calendars'; // Path to directory with calendars $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 = 'Jareds32Classes'; // Exact filename of calendar without .ics -$language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish' +$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' $week_start_day = 'Sunday'; // Day of the week your week starts on $day_start = '0700'; // Start time for day grid $gridLength = '15'; // Grid distance in minutes for day view, multiples of 15 preferred @@ -20,7 +20,7 @@ $tomorrows_events_lines = '1'; // Number of lines to wrap each event title in $allday_week_lines = '1'; // Number of lines to wrap each event title in all-day events in week view, 0 means display all lines. $week_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines. $timezone = ''; // Set timezone. Read TIMEZONES file for more information -$default_path = 'http://ical.silter.org/phpicalendar'; +$default_path = 'http://www.example.com/phpicalendar'; // The HTTP URL to the PHP iCalendar directory $tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X) // Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase. -- cgit v1.2.3