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. --- month.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'month.php') diff --git a/month.php b/month.php index ceedb66..bd4f026 100644 --- a/month.php +++ b/month.php @@ -120,6 +120,8 @@ if ($allow_login == 'yes') { if ($this_months_events == 'yes') { $page->monthbottom($page); +} else { + $page->nomonthbottom($page); } $page->draw_subscribe($page); -- cgit v1.2.3