From c60246816752a18ba37b8f3508799acd17686b30 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Fri, 2 Jan 2009 07:12:12 +0000 Subject: add download event to event popup --- config.inc.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'config.inc.php') 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 ========= -- cgit v1.2.3