From 1d368f67ef0d6112e68ca0cd6f0fc28b7fe9b006 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 25 Oct 2004 17:43:31 +0000 Subject: Fixed display month bottom. --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.inc.php') diff --git a/config.inc.php b/config.inc.php index 5c754bf..4b553fd 100644 --- a/config.inc.php +++ b/config.inc.php @@ -31,7 +31,7 @@ $charset = 'UTF-8'; // Character set your calendar is in, suggested UTF-8, // Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase. $display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go to day' box. $allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below. -$this_months_events = 'yes'; // Display "This month's events" at the bottom off the month page. +$this_months_events = 'ys'; // Display "This month's events" at the bottom off the month page. $enable_rss = 'yes'; // Enable RSS access to your calendars (good thing). $show_search = 'yes'; // Show the search box in the sidebar. $allow_preferences = 'yes'; // Allow visitors to change various preferences via cookies. -- cgit v1.2.3