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:
parent
18d2788824
commit
fd8dce8ccc
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user