aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-02 19:06:09 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-02 19:06:09 +0000
commiteffb56bc908bd801bc752e3036141bdc72793b19 (patch)
tree73d2cf9dcaf737c35a57c42edb3bd331a508d59a /config.inc.php
parent9c0fa2361097c68f21a8bb4665a535fb2dbe95c1 (diff)
downloadphpicalendar-effb56bc908bd801bc752e3036141bdc72793b19.tar.gz
phpicalendar-effb56bc908bd801bc752e3036141bdc72793b19.tar.bz2
phpicalendar-effb56bc908bd801bc752e3036141bdc72793b19.zip
First pass at 0.6 language support, need Jared to wire month to support start day of week.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index 9380cda..43f61ca 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -5,7 +5,7 @@ $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 = "English"; // Language support - "English", "Polish", "German", "French", "Dutch", "Danish", "Italian", "Japanese", "Norwegian"
-$week_start_day = "sunday"; // Day of the week your week starts on
+$week_start_day = "monday"; // Day of the week your week starts on
$use_sessions = "yes"; // For speedy performance on web servers, not good for localhost use.
$day_start = "0700"; // Start time for day grid
$gridLength = "15"; // grid distance in minutes for day view

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