diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-04-09 02:25:27 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-04-09 02:25:27 +0000 |
commit | ff732d9c7e41ca4fd5e44e5f717463fa5a117a49 (patch) | |
tree | 824e8d0a2af0d28dbcf90670b2f63af03b326fff | |
parent | 523c467eed670c59580ede2ab1dbe8b4ad59c800 (diff) |
Fix the spelling of "appearance_menu" and update user_menu so that the
user/groups admin menu option appears again.
-rw-r--r-- | core/helpers/core_menu.php | 2 | ||||
-rw-r--r-- | modules/user/helpers/user_menu.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php index 5f5cfe5a..ca07e37e 100644 --- a/core/helpers/core_menu.php +++ b/core/helpers/core_menu.php @@ -136,7 +136,7 @@ class core_menu_Core { ->id("content_menu") ->label(t("Content"))) ->append(Menu::factory("submenu") - ->id("appareance_menu") + ->id("appearance_menu") ->label(t("Appearance")) ->append(Menu::factory("link") ->id("themes") diff --git a/modules/user/helpers/user_menu.php b/modules/user/helpers/user_menu.php index 7a0a4505..66eed9b7 100644 --- a/modules/user/helpers/user_menu.php +++ b/modules/user/helpers/user_menu.php @@ -19,7 +19,7 @@ */ class user_menu_Core { static function admin($menu, $theme) { - $menu->add_after("presentation_menu", + $menu->add_after("appearance_menu", Menu::factory("link") ->id("users_groups") ->label(t("Users/Groups")) |