diff --git a/search.php b/search.php index 1c5d251..708f429 100644 --- a/search.php +++ b/search.php @@ -117,7 +117,7 @@ if (POST_TERMS != '') { $tplVars['page'] = $page; $tplVars['start'] = $start; $tplVars['popCount'] = 25; - $tplVars['sidebar_blocks'] = array('search', 'recent'); + $tplVars['sidebar_blocks'] = array('search', 'recent', 'menu2'); $tplVars['range'] = $range; $tplVars['terms'] = $terms; $tplVars['pagetitle'] = T_('Search Bookmarks');