aboutsummaryrefslogtreecommitdiffstats
path: root/default_config.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2009-01-07 20:20:03 +0000
committerJim Hu <jimhu@users.sourceforge.net>2009-01-07 20:20:03 +0000
commit73d433f17d349cb2a3c8084d4ac5cecf650afb04 (patch)
tree0650f3e780f4a21de2c085827e51db3659ff8f47 /default_config.php
parent2434deaf0d0dc46a0deebd523f5bb2c3204bbc9a (diff)
downloadphpicalendar-73d433f17d349cb2a3c8084d4ac5cecf650afb04.tar.gz
phpicalendar-73d433f17d349cb2a3c8084d4ac5cecf650afb04.tar.bz2
phpicalendar-73d433f17d349cb2a3c8084d4ac5cecf650afb04.zip
timeformat serialization needed urlencode/decode?
Diffstat (limited to 'default_config.php')
-rw-r--r--default_config.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/default_config.php b/default_config.php
index b345163..e46d13a 100644
--- a/default_config.php
+++ b/default_config.php
@@ -14,7 +14,6 @@ class Configs{
$this->default_view = 'day'; // Default view for calendars = 'day', 'week', 'month', 'year'
$this->minical_view = 'current'; // Where do the mini-calendars go when clicked? = 'day', 'week', 'month', 'current'
$this->default_cal = $this->ALL_CALENDARS_COMBINED; // Exact filename of calendar without .ics. Or set to $this->ALL_CALENDARS_COMBINED to open all calenders combined into one.
- #$this->default_cal = 'Other_racing'; // Exact filename of calendar without .ics. Or set to $this->ALL_CALENDARS_COMBINED to open all calenders combined into one.
$this->language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish', 'Swedish', 'Portuguese', 'Catalan', 'Traditional_Chinese', 'Esperanto', 'Korean'
$this->week_start_day = 'Sunday'; // Day of the week your week starts on
$this->week_length = '7'; // Number of days to display in the week view

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