Bug fix: correct menu configuration on index page
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@101 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
8e4d0718e2
commit
c86caa8866
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ $dtend = date('Y-m-d H:i:s', strtotime('tomorrow'));
|
||||||
$tplVars['page'] = $page;
|
$tplVars['page'] = $page;
|
||||||
$tplVars['start'] = $start;
|
$tplVars['start'] = $start;
|
||||||
$tplVars['popCount'] = 30;
|
$tplVars['popCount'] = 30;
|
||||||
/*$tplVars['sidebar_blocks'] = array('search', 'users', 'linked', 'recent');*/
|
//$tplVars['sidebar_blocks'] = array('search', 'users', 'linked', 'recent');
|
||||||
$tplVars['sidebar_blocks'] = $_GLOBAL["index_sidebar_blocks"];;
|
$tplVars['sidebar_blocks'] = $GLOBALS["index_sidebar_blocks"];
|
||||||
$tplVars['range'] = 'all';
|
$tplVars['range'] = 'all';
|
||||||
$tplVars['pagetitle'] = T_('Store, share and tag your favourite links');
|
$tplVars['pagetitle'] = T_('Store, share and tag your favourite links');
|
||||||
$tplVars['subtitle'] = T_('Recent Bookmarks');
|
$tplVars['subtitle'] = T_('Recent Bookmarks');
|
||||||
|
|
Loading…
Reference in a new issue