summaryrefslogtreecommitdiff
path: root/modules/help.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/help.module')
-rw-r--r--modules/help.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/help.module b/modules/help.module
index 856fd83df..5bc931cec 100644
--- a/modules/help.module
+++ b/modules/help.module
@@ -8,7 +8,7 @@ function help_system($field){
function help_link($type) {
if ($type == "admin") {
- menu_add("help", "admin.php?mod=help", "Help", NULL, NULL, 9);
+ menu_add("help", url("admin/help"), "Help", NULL, NULL, 9);
}
}
@@ -16,7 +16,7 @@ function help_admin() {
foreach (module_list() as $name) {
if (module_hook($name, "help")) {
- $links[] = la($name, array("mod" => "help"), $name);
+ $links[] = l($name, "admin/help#$name");
}
}