From cd60de7740306494f2146eb7e4b8e7df406ede64 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 31 Dec 2008 07:23:54 +0000 Subject: option to hide location in month view (feature request 1880571) --- default_config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'default_config.php') diff --git a/default_config.php b/default_config.php index 9f99379..374879e 100644 --- a/default_config.php +++ b/default_config.php @@ -38,6 +38,7 @@ class Configs{ // Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase. $this->allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $this->cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below. + $this->month_locations = 'yes'; // Display location in the month view. $this->this_months_events = 'yes'; // Display "This month's events" at the bottom off the month page. $this->enable_rss = 'yes'; // Enable RSS access to your calendars (good thing). $this->rss_link_to_event = ''; // Set to yes to have links in the feed popup an event window. Default is to link to day.php -- cgit v1.2.3