summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
Diffstat (limited to 'modules/path')
-rw-r--r--modules/path/path.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/path/path.module b/modules/path/path.module
index 3ec28721b..68d542494 100644
--- a/modules/path/path.module
+++ b/modules/path/path.module
@@ -58,6 +58,7 @@ function path_menu() {
'description' => "Change your site's URL paths by aliasing them.",
'page callback' => 'path_admin_overview',
'access arguments' => array('administer url aliases'),
+ 'weight' => -10,
'file' => 'path.admin.inc',
);
$items['admin/config/search/path/edit/%path'] = array(