- Patch #663900 by Bojhan: removed dashboard link from shortcut bar because there is already a link in the header bar.

merge-requests/26/head
Dries Buytaert 2009-12-20 20:17:11 +00:00
parent 468cbd7f4a
commit 8874a4e2f7
1 changed files with 0 additions and 5 deletions

View File

@ -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);
}