aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-10-26 21:25:54 +0000
committerChad Little <clittle@users.sourceforge.net>2004-10-26 21:25:54 +0000
commit9d4a9f2152bca029ba1471b4ff3e09a15a020785 (patch)
treeba1f701647de63b2df39bd7e831a3270d672f0e2 /config.inc.php
parentd3dbfff6b2d833fe630f3ee8c27450fe0c15cc6e (diff)
downloadphpicalendar-9d4a9f2152bca029ba1471b4ff3e09a15a020785.tar.gz
phpicalendar-9d4a9f2152bca029ba1471b4ff3e09a15a020785.tar.bz2
phpicalendar-9d4a9f2152bca029ba1471b4ff3e09a15a020785.zip
Week start day works properly.
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 9d08520..a2a3dd6 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -10,7 +10,7 @@ $default_view = 'day'; // Default view for calendars = 'day', 'week', 'mont
$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.
$language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish', 'Swedish', 'Portuguese', 'Catalan', 'Traditional_Chinese', 'Esperanto', 'Korean'
-$week_start_day = 'Sunday'; // Day of the week your week starts on
+$week_start_day = 'Monday'; // Day of the week your week starts on
$day_start = '0700'; // Start time for day grid
$day_end = '2300'; // End time for day grid
$gridLength = '15'; // Grid distance in minutes for day view, multiples of 15 preferred

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