diff options
Diffstat (limited to 'modules/g2_import/helpers/g2_import_menu.php')
-rw-r--r-- | modules/g2_import/helpers/g2_import_menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/helpers/g2_import_menu.php b/modules/g2_import/helpers/g2_import_menu.php index 3eff2714..3163e04e 100644 --- a/modules/g2_import/helpers/g2_import_menu.php +++ b/modules/g2_import/helpers/g2_import_menu.php @@ -20,7 +20,7 @@ class g2_import_menu_Core { static function admin($menu, $theme) { $menu - ->get("content_menu") + ->get("settings_menu") ->append(Menu::factory("link") ->id("g2_import") ->label(t("Gallery 2 Import")) |