Set a new order for options in frontpage, shortcuts block and shortcuts main nodes
This commit is contained in:
parent
23702da60f
commit
214e32cfe9
57 changed files with 131 additions and 190 deletions
|
@ -1254,7 +1254,15 @@ function stormtask_storm_dashboard_links($type) {
|
|||
'node_type' => 'stormtask',
|
||||
'add_type' => 'stormtask',
|
||||
'map' => array(),
|
||||
'weight' => 5,
|
||||
'weight' => 50,
|
||||
);
|
||||
$links[] = array(
|
||||
'theme' => 'storm_dashboard_link',
|
||||
'title' => t('Tasks Kanban'),
|
||||
'icon' => 'stormkanban-item',
|
||||
'path' => 'tasks/kanban',
|
||||
'access_arguments' => 'Storm task: access',
|
||||
'weight' => 55,
|
||||
);
|
||||
}
|
||||
return $links;
|
||||
|
|
Reference in a new issue