aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-28 00:46:49 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-28 00:46:49 +0000
commit8933f4144fa0fe022d9939ed2e2f31743f6de939 (patch)
treecadf734d6b6e3fde054cd3386f70aed0d80b46e9 /config.inc.php
parenta8a822e8fe1916540ea4bce97c4861bb452ab21f (diff)
downloadphpicalendar-8933f4144fa0fe022d9939ed2e2f31743f6de939.tar.gz
phpicalendar-8933f4144fa0fe022d9939ed2e2f31743f6de939.tar.bz2
phpicalendar-8933f4144fa0fe022d9939ed2e2f31743f6de939.zip
add back link to print view
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.inc.php b/config.inc.php
index 943886f..1f9beab 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -44,16 +44,18 @@ phpicalendar currently supports about 30 language variants. For a list of suppo
# 'language' => 'Spanish',
# 'default_cal' => 'US Holidays', // Exact filename of calendar without .ics. Or set to 'ALL_CALENDARS_COMBINED to open all calenders combined into one.
# 'template' => 'green'; // Template support: change this to have a different "skin" for your installation.
-# 'default_view' => 'month', // Default view for calendars' => 'day', 'week', 'month', 'year'
+ 'default_view' => 'year', // Default view for calendars' => 'day', 'week', 'month', 'year'
+ 'printview_default' => 'yes', // Set print view as the default view. Uses'default_view (listed above).
# 'gridLength' => 10, // Grid size in day and week views. Allowed values are 1,2,3,4,10,12,15,20,30,60. Default is 15
# 'minical_view' => 'current', // Where do the mini-calendars go when clicked?' => 'day', 'week', 'month', 'current'
# 'allow_preferences' => 'no',
# 'show_search' => 'yes',
# 'show_todos' => 'no',
# 'show_completed' => 'no',
+ 'allow_login' => 'yes', // Set to yes to prompt for login to unlock calendars.
# 'allow_admin' => 'yes',
- 'week_start_day' => 'Monday', // Day of the week your week starts on
- 'week_length' => '5', // Number of days to display in the week view
+# 'week_start_day' => 'Monday', // Day of the week your week starts on
+# 'week_length' => '5', // Number of days to display in the week view
# 'day_start' => '0600', // Start time for day grid
# 'day_end' => '2000', // End time for day grid
);

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