From 4edff402a5ce3b87b8ad2f6590f2636b44376488 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 14 Sep 2005 20:53:52 +0000 Subject: Search box can be unconfigured. --- month.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'month.php') diff --git a/month.php b/month.php index b2b38a3..9f19500 100644 --- a/month.php +++ b/month.php @@ -122,6 +122,9 @@ if ($allow_login == 'yes') { )); } +if ($show_search != 'yes') { + $page->nosearch($page); +} if ($this_months_events == 'yes') { $page->monthbottom($page); -- cgit v1.2.3