aboutsummaryrefslogtreecommitdiffstats
path: root/week.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 /week.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 'week.php')
-rw-r--r--week.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/week.php b/week.php
index 6a6dd37..e19b175 100644
--- a/week.php
+++ b/week.php
@@ -49,7 +49,8 @@ $page->replace_files(array(
'header' => BASE.'templates/'.$template.'/header.tpl',
'event_js' => BASE.'functions/event.js',
'footer' => BASE.'templates/'.$template.'/footer.tpl',
- 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl'
+ 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl',
+ 'search_box' => BASE.'templates/'.$template.'/search_box.tpl'
));
$page->replace_tags(array(
@@ -58,6 +59,7 @@ $page->replace_tags(array(
'template' => $template,
'cal' => $cal,
'getdate' => $getdate,
+ 'cpath' => $cpath,
'calendar_name' => $calendar_name,
'display_date' => $display_date,
'current_view' => $current_view,
@@ -65,7 +67,7 @@ $page->replace_tags(array(
'rss_powered' => $rss_powered,
'rss_available' => '',
'rss_valid' => '',
- 'show_search' => '',
+ 'show_search' => $show_search,
'next_day' => $next_day,
'next_week' => $next_week,
'prev_day' => $prev_day,
@@ -97,6 +99,7 @@ $page->replace_tags(array(
'l_year' => $lang['l_year'],
'l_subscribe' => $lang['l_subscribe'],
'l_download' => $lang['l_download'],
+ '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