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. --- day.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'day.php') diff --git a/day.php b/day.php index 0936296..a2f2cf8 100644 --- a/day.php +++ b/day.php @@ -117,6 +117,10 @@ if ($allow_login == 'yes') { 'l_logout' => $lang['l_logout'] )); } + +if ($show_search != 'yes') { + $page->nosearch($page); +} $page->draw_day($page); $page->tomorrows_events($page); -- cgit v1.2.3