aboutsummaryrefslogtreecommitdiffstats
path: root/default_config.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-27 23:18:07 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-27 23:18:07 +0000
commitfb1fa4e8eeb2accaf71675dbf9810ec5af47bc79 (patch)
tree892273a81e75ff9929c558dc0bb4f6d0d06cbce4 /default_config.php
parent195553ad26b4c8c3639041698309b47ae6d1b1f3 (diff)
downloadphpicalendar-fb1fa4e8eeb2accaf71675dbf9810ec5af47bc79.tar.gz
phpicalendar-fb1fa4e8eeb2accaf71675dbf9810ec5af47bc79.tar.bz2
phpicalendar-fb1fa4e8eeb2accaf71675dbf9810ec5af47bc79.zip
new rss icons;allow subweek calendars
Diffstat (limited to 'default_config.php')
-rw-r--r--default_config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/default_config.php b/default_config.php
index 3ced7b7..90c54e0 100644
--- a/default_config.php
+++ b/default_config.php
@@ -2,7 +2,7 @@
class Configs{
private static $instance;
private function __construct(){
- $this->phpicalendar_version = '2.3rc1.2';
+ $this->phpicalendar_version = '2.3rc1.3';
// Configuration file for PHP iCalendar 2.25rc1
//
// To set values, change the text between the single quotes
@@ -41,7 +41,7 @@ class Configs{
$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
$this->show_search = 'no'; // Show the search box in the sidebar.
- $this->allow_preferences = 'no'; // Allow visitors to change various preferences via cookies.
+ $this->allow_preferences = 'yes'; // Allow visitors to change various preferences via cookies.
$this->printview_default = 'no'; // Set print view as the default view. day, week, and month only supported views for $this->default_view (listed well above).
$this->show_todos = 'yes'; // Show your todo list on the side of day and week view.
$this->show_completed = 'yes'; // Show completed todos on your todo list.

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