From a7f345476f80cde43589069825a256534de7745c Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 15 Apr 2009 07:23:22 +0000 Subject: Very early round of Gallery 2 import code. It can import users (with the wrong password) and import groups, with a basic UI. Needs a ton more work. --- modules/g2_import/helpers/g2_import_menu.php | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 modules/g2_import/helpers/g2_import_menu.php (limited to 'modules/g2_import/helpers/g2_import_menu.php') diff --git a/modules/g2_import/helpers/g2_import_menu.php b/modules/g2_import/helpers/g2_import_menu.php new file mode 100644 index 00000000..3eff2714 --- /dev/null +++ b/modules/g2_import/helpers/g2_import_menu.php @@ -0,0 +1,29 @@ +get("content_menu") + ->append(Menu::factory("link") + ->id("g2_import") + ->label(t("Gallery 2 Import")) + ->url(url::site("admin/g2_import"))); + } +} -- cgit v1.2.3