aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2005-09-14 20:53:52 +0000
committerChad Little <clittle@users.sourceforge.net>2005-09-14 20:53:52 +0000
commit4edff402a5ce3b87b8ad2f6590f2636b44376488 (patch)
treeafc7f03c6c817c96c2b5a00588276dc73fdc7a2d /month.php
parentdeac2b72545c65c85c8c81f09eaba7e06e8ac201 (diff)
downloadphpicalendar-4edff402a5ce3b87b8ad2f6590f2636b44376488.tar.gz
phpicalendar-4edff402a5ce3b87b8ad2f6590f2636b44376488.tar.bz2
phpicalendar-4edff402a5ce3b87b8ad2f6590f2636b44376488.zip
Search box can be unconfigured.
Diffstat (limited to 'month.php')
-rw-r--r--month.php3
1 files changed, 3 insertions, 0 deletions
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);

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