diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-10-13 13:54:55 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-10-13 13:54:55 +0000 |
commit | dd5ded8334010db30ae880cedd210881f1a97c43 (patch) | |
tree | c84349397bdd04eb0778df3b0f1c7b37486f93d8 /modules/toolbar | |
parent | bc9a742f68a02e69a51aa5aa0b6544294697f433 (diff) | |
download | brdo-dd5ded8334010db30ae880cedd210881f1a97c43.tar.gz brdo-dd5ded8334010db30ae880cedd210881f1a97c43.tar.bz2 |
- Patch #544360 by Gábor Hojtsy, ksenzee, David_Rothstein, seutje, JacobSingh, paul.lovvik, EclipseGc et al: Dashboard module 1.0. Wo-hoot!
Diffstat (limited to 'modules/toolbar')
-rw-r--r-- | modules/toolbar/toolbar.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/toolbar/toolbar.install b/modules/toolbar/toolbar.install index e2539d785..d0de14381 100644 --- a/modules/toolbar/toolbar.install +++ b/modules/toolbar/toolbar.install @@ -26,7 +26,7 @@ function toolbar_install() { $items = array( 'node/add' => 'Add content', 'admin/content' => 'Find content', - 'admin' => 'Dashboard', + 'admin/dashboard' => 'Dashboard', ); $weight = -20; foreach ($items as $path => $title) { |