aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-06 19:51:02 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-06 19:51:02 +0000
commit89d24274b2c0810d5e595b499983cb7664c70b88 (patch)
tree901e883facd7c472985a8e1d6366b2aa2428a56c /config.inc.php
parentb2612dce88e25a1381f4b48a1157a731bdd4fa32 (diff)
downloadphpicalendar-89d24274b2c0810d5e595b499983cb7664c70b88.tar.gz
phpicalendar-89d24274b2c0810d5e595b499983cb7664c70b88.tar.bz2
phpicalendar-89d24274b2c0810d5e595b499983cb7664c70b88.zip
Month tweeks, added multiple line support (again) to parser. Broke the error stuff.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index b596086..a7e2545 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'
$default_cal = 'Home'; // Exact filename of calendar without .ics
-$language = 'japanese'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish'
+$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
$gridLength = '15'; // Grid distance in minutes for day view, multiples of 15 preferred
@@ -22,6 +22,7 @@ $use_sessions = 'yes'; // This has not yet been implemented.
$display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go to day' box.
$display_ical_list = 'yes'; // In the 'Jump To' box, display the pop-up menu with the list of all calendars in the $calendar_path directory.
$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.
$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