aboutsummaryrefslogtreecommitdiffstats
path: root/default_config.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-31 07:23:54 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-31 07:23:54 +0000
commitcd60de7740306494f2146eb7e4b8e7df406ede64 (patch)
tree9ba4c8f117eabf23368be49ff9da20941a838dff /default_config.php
parent891159af439013fb1efd7c36799640ca30633f4a (diff)
downloadphpicalendar-cd60de7740306494f2146eb7e4b8e7df406ede64.tar.gz
phpicalendar-cd60de7740306494f2146eb7e4b8e7df406ede64.tar.bz2
phpicalendar-cd60de7740306494f2146eb7e4b8e7df406ede64.zip
option to hide location in month view (feature request 1880571)
Diffstat (limited to 'default_config.php')
-rw-r--r--default_config.php1
1 files changed, 1 insertions, 0 deletions
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

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