From 798eb784e9ef737d4642040cb3178b237c53ec26 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 11 Nov 2002 19:13:23 +0000 Subject: Print view now allows to be your default view. --- README | 1 + config.inc.php | 1 + index.php | 6 +++++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README b/README index fb52dc5..8823a91 100644 --- a/README +++ b/README @@ -70,6 +70,7 @@ Changes: -Select default theme -Select default start time, start day -Upload new calendars (ftp) + -Print view can now be set for your default view. -Minor bug fixes 0.8.1 diff --git a/config.inc.php b/config.inc.php index df3fca3..01d5407 100644 --- a/config.inc.php +++ b/config.inc.php @@ -36,6 +36,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 = 'no'; // Set print view as the default view. day, week, and month only supported views for $default_view (listed well above). $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 diff --git a/index.php b/index.php index 177c4e3..eadbebb 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,11 @@ \ No newline at end of file -- cgit v1.2.3