aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-24 06:27:04 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-24 06:27:04 +0000
commit83508e2f18660eb68a46de17dfa3ee13a39c724a (patch)
tree349ef0991a80b1dd3ee64f96a74e2802e9cc667f /config.inc.php
parentdd38bb9ee947c0755bba561817cd9be73232396d (diff)
downloadphpicalendar-83508e2f18660eb68a46de17dfa3ee13a39c724a.tar.gz
phpicalendar-83508e2f18660eb68a46de17dfa3ee13a39c724a.tar.bz2
phpicalendar-83508e2f18660eb68a46de17dfa3ee13a39c724a.zip
Footer tweeks, addition to config and lang files.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.inc.php b/config.inc.php
index 04f5008..5f4d3e4 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -9,7 +9,7 @@ $style_sheet = 'silver'; // Themes support
$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 = 'Home'; // Exact filename of calendar without .ics
+$default_cal = 'Jareds32Classes'; // Exact filename of calendar without .ics
$language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish'
$week_start_day = 'Sunday'; // Day of the week your week starts on
$day_start = '0700'; // Start time for day grid
@@ -20,6 +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';
// 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.
@@ -29,7 +30,8 @@ $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 = 'yes'; // 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
$blacklisted_cals[] = ''; // you wish to 'blacklist' or that you don't want to show up in your calendar

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