aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2009-01-02 07:12:12 +0000
committerJim Hu <jimhu@users.sourceforge.net>2009-01-02 07:12:12 +0000
commitc60246816752a18ba37b8f3508799acd17686b30 (patch)
treeb010ee90fb0b568bd3a84f4f4c52b18b80d0645a /config.inc.php
parent281d63eedb805ec330a5572b85f48896981fca16 (diff)
downloadphpicalendar-c60246816752a18ba37b8f3508799acd17686b30.tar.gz
phpicalendar-c60246816752a18ba37b8f3508799acd17686b30.tar.bz2
phpicalendar-c60246816752a18ba37b8f3508799acd17686b30.zip
add download event to event popup
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.inc.php b/config.inc.php
index b940a92..f99799c 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -65,6 +65,21 @@ phpicalendar currently supports about 30 language variants. For a list of suppo
# '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
+# 'event_download' => 'yes',
+
+
+/* ========= CALENDAR PUBLISHING =========
+
+ This section is not needed if your calendars directory is accessible via WebDAV or CalDAV. These settings
+ control the publish.php script provided in the calendars directory. For more information, please see that
+ file.
+*/
+
+ 'phpicalendar_publishing'=> 1,
+
+
+
+
);
/* ========= SPECIAL CALENDARS =========

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