Add main tags menu into sidebar of search.php

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@325 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
mensonge 2009-05-19 12:05:37 +00:00
parent 18d2788824
commit fd8dce8ccc

View File

@ -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');