aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-04 22:39:45 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-04 22:39:45 +0000
commit4a55f1bbc2a95855d912728b2674d47c81b75b49 (patch)
tree1697f5ea48ad82b0e7167f90e27bde54502a7a6a /config.inc.php
parenta8de1c81133802b00a31104b31ba97439a56e830 (diff)
downloadphpicalendar-4a55f1bbc2a95855d912728b2674d47c81b75b49.tar.gz
phpicalendar-4a55f1bbc2a95855d912728b2674d47c81b75b49.tar.bz2
phpicalendar-4a55f1bbc2a95855d912728b2674d47c81b75b49.zip
Code optimization.
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 6f8de84..68e73df 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -1,12 +1,12 @@
<?php
-// Configuration file for PHP iCalendar 1.2
+// Configuration file for PHP iCalendar 2.0
//
// To set values, change the text between the single quotes
// Follow instructions to the right for detailed information
$style_sheet = 'silver'; // Themes support - silver, red, green, orange, grey, tan
-$template = 'default';
+$template = 'default'; // Template support
$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 = $ALL_CALENDARS_COMBINED; // Exact filename of calendar without .ics. Or set to $ALL_CALENDARS_COMBINED to open all calenders combined into one.
@@ -24,7 +24,7 @@ $timezone = ''; // Set timezone. Read TIMEZONES file for more information
$tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X)
$calendar_path = ''; // Leave this blank on most installs, place your full path to calendars if they are outside the phpicalendar folder.
$second_offset = '0'; // The time in seconds between your time and your server's time.
-$bleed_time = ''; // This allows events past midnight to just be displayed on the starting date, only good up to 24 hours. Range from '0000' to '2359'. Is automatically set to $day_start if left blank.
+$bleed_time = ''; // This allows events past midnight to just be displayed on the starting date, only good up to 24 hours. Range from '0000' to '2359', or '-1' for no bleed time. Is automatically set to $day_start if left blank.
$cookie_uri = ''; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar -- AUTO SETTING -- Only set if you are having cookie issues.
$download_uri = ''; // The HTTP URL to your calendars directory, ie. http://www.example.com/phpicalendar/calendars -- AUTO SETTING -- Only set if you are having subscribe issues.
$default_path = 'http://www.example.com/phpicalendar'; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar

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