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
|
@ -675,7 +675,7 @@ function stormdok_storm_dashboard_links($type) {
|
|||
if ($type == 'page' || $type == 'block') {
|
||||
$links[] = array(
|
||||
'theme' => 'storm_dashboard_link',
|
||||
'title' => t('Documentation'),
|
||||
'title' => t('Doks'),
|
||||
'icon' => 'stormdok-item',
|
||||
'path' => 'doks',
|
||||
'params' => array(),
|
||||
|
@ -683,7 +683,7 @@ function stormdok_storm_dashboard_links($type) {
|
|||
'node_type' => 'stormdok',
|
||||
'add_type' => 'stormdok',
|
||||
'map' => array(),
|
||||
'weight' => 9,
|
||||
'weight' => 70,
|
||||
);
|
||||
}
|
||||
return $links;
|
||||
|
|
Reference in a new issue