aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-28 17:38:12 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-28 17:38:12 +0000
commit44a043021cd0cf06d3495a12801313c409db27dc (patch)
tree2022a660bca09b26eeb8774a796d6e54678b4f3b /config.inc.php
parent547f65ce58b7fe226cc300c8f7516554ef4a4144 (diff)
downloadphpicalendar-44a043021cd0cf06d3495a12801313c409db27dc.tar.gz
phpicalendar-44a043021cd0cf06d3495a12801313c409db27dc.tar.bz2
phpicalendar-44a043021cd0cf06d3495a12801313c409db27dc.zip
month only highlights the current day
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 8556f51..78eaec4 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -24,7 +24,7 @@ $default_path = 'http://www.example.com/phpicalendar'; // The HTTP URL to the
$tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X)
// Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase.
-$save_parsed_cals = 'no'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence.
+$save_parsed_cals = 'yes'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence.
$use_sessions = 'no'; // This has not yet been implemented.
$display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go to day' box.
$display_ical_list = 'yes'; // In the 'Jump To' box, display the pop-up menu with the list of all calendars in the $calendar_path directory.

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