From 9ee9d70b3288ae2ca420b03698fa0b2d76677f3c Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 17 Sep 2003 05:18:23 +0000 Subject: Moved all html head/meta data/body/ect to 'header.inc.php' so people can more easily modify the top to fit their site. --- config.inc.php | 1 - 1 file changed, 1 deletion(-) (limited to 'config.inc.php') diff --git a/config.inc.php b/config.inc.php index f4f4ddf..e0c91c5 100644 --- a/config.inc.php +++ b/config.inc.php @@ -40,7 +40,6 @@ $use_color_cals = 'yes'; // Display each calendar in the pop-up as a differe $daysofweek_dayview = 'no'; // Display the days of the week in day.php view. $enable_rss = 'yes'; // Enable RSS access to your calendars (good thing). $show_search = 'no'; // Show the search box in the sidebar. -$header_always = 'yes'; // 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. -- cgit v1.2.3