From 78e6c5434eedac1e38f6d67f18d4733d2b2fabf0 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 28 Nov 2009 15:20:10 -0800 Subject: [PATCH] Move the 3nids admin menu option into the appearance menu. --- themes/three_nids/helpers/three_nids_event.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/three_nids/helpers/three_nids_event.php b/themes/three_nids/helpers/three_nids_event.php index 78a79f77..bd91b1b1 100644 --- a/themes/three_nids/helpers/three_nids_event.php +++ b/themes/three_nids/helpers/three_nids_event.php @@ -20,10 +20,10 @@ class three_nids_event_Core { static function admin_menu($menu, $theme) { // Add a link to the three_nids admin page to the Content menu. - $menu->get("content_menu") + $menu->get("appearance_menu") ->append(Menu::factory("link") ->id("three_nids") - ->label(t("three_nids Settings")) + ->label(t("3nids settings")) ->url(url::site("admin/three_nids"))); } } \ No newline at end of file