summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-13 21:41:58 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-13 21:41:58 +0000
commit05f8dbc5f516327790ff7333410bfb34e1a2ea21 (patch)
tree832621b524d9a3b5acf6501864af48813665d866 /modules/path
parent2fc31c1fbc8ed79d10127180a29032e56d46c2b5 (diff)
downloadbrdo-05f8dbc5f516327790ff7333410bfb34e1a2ea21.tar.gz
brdo-05f8dbc5f516327790ff7333410bfb34e1a2ea21.tar.bz2
-Patch #713388 by Bojhan, mr.baileys: better weight items inside categories on Configuration.
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(