aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-27 19:13:25 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-27 19:13:25 +0000
commit21740bdeca83b469a7ec4c67da1aa6c02b2c2465 (patch)
treebf35cc000b3ef2e8f6f9daf78af2855133415773 /config.inc.php
parent4c4da181072ee81094efa746060b8ee5d0c1375a (diff)
downloadphpicalendar-21740bdeca83b469a7ec4c67da1aa6c02b2c2465.tar.gz
phpicalendar-21740bdeca83b469a7ec4c67da1aa6c02b2c2465.tar.bz2
phpicalendar-21740bdeca83b469a7ec4c67da1aa6c02b2c2465.zip
Added more descriptive text
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.inc.php b/config.inc.php
index 571e717..b8997dd 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -5,7 +5,7 @@
// To set values, change the text between the single quotes
// Follow instructions to the right for detailed information
-$style_sheet = 'silver'; // Themes support
+$style_sheet = 'silver'; // Themes support - silver, red, green, orange, grey, tan
$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'
@@ -21,7 +21,7 @@ $allday_week_lines = '1'; // Number of lines to wrap each event title in al
$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';
-$tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including OS X)
+$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.
$save_parsed_cals = 'no'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence.
@@ -31,7 +31,7 @@ $display_ical_list = 'yes'; // In the 'Jump To' box, display the pop-up menu
$allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below.
$this_months_events = 'yes'; // Display "This month's events" at the bottom off the month page.
$use_color_cals = 'yes'; // Display each calendar in the pop-up as a different color.
-$daysofweek_dayview = 'no'; // Display the days of the week in day.php view.
+$daysofweek_dayview = 'no'; // Display the days of the week in day.php view.
$enable_rss = 'yes'; // Enable RSS access to your calendars (good thing).
$blacklisted_cals[] = ''; // Fill in between the quotes the name of the calendars

© 2014-2024 Faster IT GmbH | imprint | privacy policy