aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-02-13 07:22:18 +0000
committerChad Little <clittle@users.sourceforge.net>2003-02-13 07:22:18 +0000
commit498d423eee0cb2ae7664a46bfa198aee1a17e996 (patch)
tree3a2de4dacf67a3e1684b0f7d735f001e68b7e859 /config.inc.php
parent1abdce2be8b964f28768e663e84359eb321a369c (diff)
downloadphpicalendar-498d423eee0cb2ae7664a46bfa198aee1a17e996.tar.gz
phpicalendar-498d423eee0cb2ae7664a46bfa198aee1a17e996.tar.bz2
phpicalendar-498d423eee0cb2ae7664a46bfa198aee1a17e996.zip
Basic unset prefs support. Ready for testing.
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 fece6b7..d5e93c5 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -37,7 +37,7 @@ $enable_rss = 'yes'; // Enable RSS access to your calendars (good thing).
$show_search = 'yes'; // Show the search box in the sidebar.
$header_always = 'no'; // Set to yes to have header on print.php
$allow_preferences = 'yes'; // Allow visitors to change various preferences via cookies.
-$printview_default = 'yes'; // Set print view as the default view. day, week, and month only supported views for $default_view (listed well above).
+$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.
$show_completed = 'yes'; // Show completed todos on your todo list.

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