- Patch #663900 by Bojhan: removed dashboard link from shortcut bar because there is already a link in the header bar.
parent
468cbd7f4a
commit
8874a4e2f7
|
@ -30,11 +30,6 @@ function shortcut_enable() {
|
|||
'link_title' => $t('Find content'),
|
||||
'weight' => -19,
|
||||
),
|
||||
array(
|
||||
'link_path' => 'admin/dashboard',
|
||||
'link_title' => $t('Dashboard'),
|
||||
'weight' => -18,
|
||||
),
|
||||
);
|
||||
shortcut_set_save($shortcut_set);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue