aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-09-14 21:01:34 +0000
committerChad Little <clittle@users.sourceforge.net>2003-09-14 21:01:34 +0000
commit557fe532a369df55a598040b1f1f07fc87bcc1dc (patch)
treede7cc5f311e38013d9e5f767222189e2bac75365 /config.inc.php
parent62cca1dd882d27f0891e1b4ea0fec218f749ab44 (diff)
downloadphpicalendar-557fe532a369df55a598040b1f1f07fc87bcc1dc.tar.gz
phpicalendar-557fe532a369df55a598040b1f1f07fc87bcc1dc.tar.bz2
phpicalendar-557fe532a369df55a598040b1f1f07fc87bcc1dc.zip
Removed many many tables from month view, switched to DIVS. Fixed openevent, added link class.
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 37b9c4f..a3e9409 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_calenders_combined971'; // Exact filename of calendar without .ics. Or set to 'all_calenders_combined971' 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'
-$week_start_day = 'Saturday'; // Day of the week your week starts on
+$week_start_day = 'Sunday'; // Day of the week your week starts on
$day_start = '0800'; // Start time for day grid
$gridLength = '15'; // Grid distance in minutes for day view, multiples of 15 preferred
$num_years = '3'; // Number of years to display in 'Jump to'

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