aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-03 04:48:54 +0000
committerjwangen <jwangen>2002-10-03 04:48:54 +0000
commitb89e74abfa385495d22f36aeed4c83e3f962a3d6 (patch)
tree1c634584cb1c860a19c27ee30d5495642f4c1b68 /config.inc.php
parent55e814ffba2d705112d9c0ca3d2b24539dd8dc26 (diff)
downloadphpicalendar-b89e74abfa385495d22f36aeed4c83e3f962a3d6.tar.gz
phpicalendar-b89e74abfa385495d22f36aeed4c83e3f962a3d6.tar.bz2
phpicalendar-b89e74abfa385495d22f36aeed4c83e3f962a3d6.zip
Month now uses $week_start_day
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.inc.php b/config.inc.php
index 4833c5e..44e6c37 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -4,8 +4,8 @@ $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"
-$week_start_day = "monday"; // Day of the week your week starts on
+$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
$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