modif tplVars_sidebar_blocks to GLOBAL_index_sidebar_blocks
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@99 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
e0b7195278
commit
5a98ec2f88
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +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['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