aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-30 06:02:36 +0000
committerjwangen <jwangen>2002-09-30 06:02:36 +0000
commit3967307df2d61bad6596ca069b0e2e4ed92de364 (patch)
tree0c4b779cfb9e9f235e988d297808ea4dd9d3a6ce /config.inc.php
parenta2949eb87f0cb82392956922a38cdef34adec71e (diff)
downloadphpicalendar-3967307df2d61bad6596ca069b0e2e4ed92de364.tar.gz
phpicalendar-3967307df2d61bad6596ca069b0e2e4ed92de364.tar.bz2
phpicalendar-3967307df2d61bad6596ca069b0e2e4ed92de364.zip
sidebar minicals now follow $week_start_day
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 21fbf68..3301abb 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 = "sunday"; // 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