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
|
@ -636,7 +636,19 @@ function stormevent_storm_dashboard_links($type) {
|
|||
'node_type' => 'stormevent',
|
||||
'add_type' => 'stormevent',
|
||||
'map' => array(),
|
||||
'weight' => 9,
|
||||
'weight' => 60,
|
||||
);
|
||||
$links[] = array(
|
||||
'theme' => 'storm_dashboard_link',
|
||||
'title' => t('Calendar'),
|
||||
'icon' => 'stormcalendar-item',
|
||||
'path' => 'calendar',
|
||||
'params' => array(),
|
||||
'access_arguments' => 'create stormevent content',
|
||||
'node_type' => 'stormevent',
|
||||
'add_type' => 'stormevent',
|
||||
'map' => array(),
|
||||
'weight' => 65,
|
||||
);
|
||||
}
|
||||
return $links;
|
||||
|
|
Reference in a new issue