aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2005-09-14 20:53:52 +0000
committerChad Little <clittle@users.sourceforge.net>2005-09-14 20:53:52 +0000
commit4edff402a5ce3b87b8ad2f6590f2636b44376488 (patch)
treeafc7f03c6c817c96c2b5a00588276dc73fdc7a2d /config.inc.php
parentdeac2b72545c65c85c8c81f09eaba7e06e8ac201 (diff)
downloadphpicalendar-4edff402a5ce3b87b8ad2f6590f2636b44376488.tar.gz
phpicalendar-4edff402a5ce3b87b8ad2f6590f2636b44376488.tar.bz2
phpicalendar-4edff402a5ce3b87b8ad2f6590f2636b44376488.zip
Search box can be unconfigured.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index 776df5a..048b18b 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -32,7 +32,7 @@ $charset = 'UTF-8'; // Character set your calendar is in, suggested UTF-8,
$allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below.
$this_months_events = 'yes'; // Display "This month's events" at the bottom off the month page.
$enable_rss = 'yes'; // Enable RSS access to your calendars (good thing).
-$show_search = 'yes'; // Show the search box in the sidebar.
+$show_search = 'no'; // Show the search box in the sidebar.
$allow_preferences = 'yes'; // Allow visitors to change various preferences via cookies.
$printview_default = 'no'; // Set print view as the default view. day, week, and month only supported views for $default_view (listed well above).
$show_todos = 'yes'; // Show your todo list on the side of day and week view.

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