From 4581836ac385a32b631b2dae29a6e304427faa3f Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 7 Sep 2005 04:41:23 +0000 Subject: changes to search.php --- search.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'search.php') diff --git a/search.php b/search.php index 285bf02..e264e69 100644 --- a/search.php +++ b/search.php @@ -309,6 +309,7 @@ $page->replace_tags(array( 'l_query' => $lang['l_query'], 'l_time' => $lang['l_time'], 'l_summary' => $lang['l_summary'], + 'l_location' => $lang['l_location'], 'l_description' => $lang['l_description'], 'l_recurring_event' => $lang['l_recurring_event'], 'l_exception' => $lang['l_exception'], @@ -318,13 +319,14 @@ $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, 'next_month' => $next_month, 'prev_month' => $prev_month, 'show_goto' => '', -- cgit v1.2.3