aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2005-04-13 15:00:49 +0000
committerJim Hu <jimhu@users.sourceforge.net>2005-04-13 15:00:49 +0000
commit16ad161a62c94b594d7960b57c2d29da8fcc6aa2 (patch)
treee59c319afeeadaea0dc0f139f4eef4fcd4915471 /month.php
parent7f12c963ad56c695e588c7a8e32e6d7836783f4e (diff)
downloadphpicalendar-16ad161a62c94b594d7960b57c2d29da8fcc6aa2.tar.gz
phpicalendar-16ad161a62c94b594d7960b57c2d29da8fcc6aa2.tar.bz2
phpicalendar-16ad161a62c94b594d7960b57c2d29da8fcc6aa2.zip
enable search box requires search.php update and search_box.tpl
Diffstat (limited to 'month.php')
-rw-r--r--month.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/month.php b/month.php
index bd4f026..87fb280 100644
--- a/month.php
+++ b/month.php
@@ -55,7 +55,8 @@ $page->replace_files(array(
'header' => BASE.'templates/'.$template.'/header.tpl',
'event_js' => BASE.'functions/event.js',
'footer' => BASE.'templates/'.$template.'/footer.tpl',
- 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl'
+ 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl',
+ 'search_box' => BASE.'templates/'.$template.'/search_box.tpl'
));
$page->replace_tags(array(
@@ -63,13 +64,15 @@ $page->replace_tags(array(
'template' => $template,
'cal' => $cal,
'getdate' => $getdate,
+ 'cpath' => $cpath,
'calendar_name' => $calendar_name,
'display_date' => $display_date,
'rss_powered' => $rss_powered,
'default_path' => '',
'rss_available' => '',
'rss_valid' => '',
- 'show_search' => '',
+ 'show_search' => $show_search,
+ 'show_search' => $show_search,
'next_month' => $next_month,
'prev_month' => $prev_month,
'show_goto' => '',
@@ -97,6 +100,7 @@ $page->replace_tags(array(
'l_subscribe' => $lang['l_subscribe'],
'l_download' => $lang['l_download'],
'l_this_months' => $lang['l_this_months'],
+ 'l_search' => $lang['l_search'],
'l_powered_by' => $lang['l_powered_by'],
'l_this_site_is' => $lang['l_this_site_is']
));

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