aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
Diffstat (limited to 'day.php')
-rw-r--r--day.php4
1 files changed, 4 insertions, 0 deletions
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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy