aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-20 01:19:20 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-20 01:19:20 +0000
commitd5c20f6bad728b0eaa22107dafe51bd5cdd559a3 (patch)
tree3d93b42f932f8bc0e268848f00634e7398715ba8 /config.inc.php
parent2fb6d0c193647d2ee3b3d03f220b91394a0c75ca (diff)
downloadphpicalendar-d5c20f6bad728b0eaa22107dafe51bd5cdd559a3.tar.gz
phpicalendar-d5c20f6bad728b0eaa22107dafe51bd5cdd559a3.tar.bz2
phpicalendar-d5c20f6bad728b0eaa22107dafe51bd5cdd559a3.zip
You can turn on and off completed TODOs in config now.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.inc.php b/config.inc.php
index 54c6d62..d5e93c5 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -39,6 +39,7 @@ $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 = '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.
$blacklisted_cals[] = ''; // Fill in between the quotes the name of the calendars
$blacklisted_cals[] = ''; // you wish to 'blacklist' or that you don't want to show up in your calendar

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