From 05f8dbc5f516327790ff7333410bfb34e1a2ea21 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 13 Feb 2010 21:41:58 +0000 Subject: -Patch #713388 by Bojhan, mr.baileys: better weight items inside categories on Configuration. --- modules/path/path.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/path') 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( -- cgit v1.2.3