1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-17 07:10:48 +03:00

fix config block

This commit is contained in:
Mzhelskiy Maxim 2010-01-30 15:56:38 +00:00
parent 6ec45fdc8e
commit 1b1e9a47f4

View file

@ -307,7 +307,7 @@ $config['block']['rule_index_blog'] = array(
'index' => array('index'), 'new'
),
'blocks' => array(
'right' => array('stream','tags','blogs'=>array('params'=>array(),'priority'=>1))
'right' => array('stream'=>array('priority'=>100),'tags'=>array('priority'=>50),'blogs'=>array('params'=>array(),'priority'=>1))
),
'clear' => true,
);