summaryrefslogtreecommitdiff
path: root/core/helpers/core_menu.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-22 03:41:33 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-22 03:41:33 +0000
commitfe27bd1eb34efe95da6ffe8b6f6c137fe8a18306 (patch)
treeb89e04040d1a3fac5ce413505d5177b671e36db1 /core/helpers/core_menu.php
parentf7b4222e3fc725c2fc4db28840c151c1ebeb801c (diff)
Change the way that we track modules.
Each module now has a "module.info" file that has information about the module, including the core. We can display the installed version, and the version in the code. Also take a first shot at a modules admin page.
Diffstat (limited to 'core/helpers/core_menu.php')
-rw-r--r--core/helpers/core_menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php
index 5ed88700..a30151c7 100644
--- a/core/helpers/core_menu.php
+++ b/core/helpers/core_menu.php
@@ -78,7 +78,7 @@ class core_menu_Core {
->append(Menu::factory("link")
->id("modules")
->label(_("Modules"))
- ->url("#"))
+ ->url("admin/modules"))
->append(Menu::factory("submenu")
->id("content_menu")
->label(_("Content")))