Add main tags menu into sidebar of tags.php
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@324 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
7f60def270
commit
18d2788824
1 changed files with 1 additions and 1 deletions
2
tags.php
2
tags.php
|
@ -84,7 +84,7 @@ $tplVars['page'] = $page;
|
||||||
$tplVars['start'] = $start;
|
$tplVars['start'] = $start;
|
||||||
$tplVars['popCount'] = 25;
|
$tplVars['popCount'] = 25;
|
||||||
$tplVars['currenttag'] = $cat;
|
$tplVars['currenttag'] = $cat;
|
||||||
$tplVars['sidebar_blocks'] = array('linked', 'related');//array('linked', 'related', 'popular');
|
$tplVars['sidebar_blocks'] = array('linked', 'related', 'menu2');//array('linked', 'related', 'popular');
|
||||||
$tplVars['subtitle'] = $pagetitle;
|
$tplVars['subtitle'] = $pagetitle;
|
||||||
$tplVars['bookmarkCount'] = $start + 1;
|
$tplVars['bookmarkCount'] = $start + 1;
|
||||||
$bookmarks =& $bookmarkservice->getBookmarks($start, $perpage, NULL, $cat, NULL, getSortOrder());
|
$bookmarks =& $bookmarkservice->getBookmarks($start, $perpage, NULL, $cat, NULL, getSortOrder());
|
||||||
|
|
Loading…
Reference in a new issue