summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-20 20:17:11 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-20 20:17:11 +0000
commit8874a4e2f7299d3068ea6c0346999fc9d2f7d2ce (patch)
treef07f60be92a015f30a95b9c2693826ca79e2a5bb
parent468cbd7f4a814af7e9ba8a7bfe65496c1fc8c6a7 (diff)
downloadbrdo-8874a4e2f7299d3068ea6c0346999fc9d2f7d2ce.tar.gz
brdo-8874a4e2f7299d3068ea6c0346999fc9d2f7d2ce.tar.bz2
- Patch #663900 by Bojhan: removed dashboard link from shortcut bar because there is already a link in the header bar.
-rw-r--r--modules/shortcut/shortcut.install5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/shortcut/shortcut.install b/modules/shortcut/shortcut.install
index 3a5c87b61..634ee51fb 100644
--- a/modules/shortcut/shortcut.install
+++ b/modules/shortcut/shortcut.install
@@ -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);
}