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