diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-21 20:44:02 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-21 20:44:02 +0000 |
commit | 1432ab9aca42f185f0a202cb7ee0acd914da18e7 (patch) | |
tree | dbfe5e8ddfe78cd2ca47f130af1ebe402ac01ead | |
parent | 849b271a8c3930b5a912f9ec7bd7bba9bac20819 (diff) |
Swap "Content" and "Modules"
-rw-r--r-- | core/helpers/core_menu.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php index 284bb10d..5ed88700 100644 --- a/core/helpers/core_menu.php +++ b/core/helpers/core_menu.php @@ -75,14 +75,14 @@ class core_menu_Core { ->id("general_settings") ->label(_("General Settings")) ->url("#")) - ->append(Menu::factory("submenu") - ->id("content_menu") - ->label(_("Content"))) ->append(Menu::factory("link") ->id("modules") ->label(_("Modules")) ->url("#")) ->append(Menu::factory("submenu") + ->id("content_menu") + ->label(_("Content"))) + ->append(Menu::factory("submenu") ->id("presentation_menu") ->label(_("Presentation")) ->append(Menu::factory("link") |