From a8eddb0d9824cd9541a7d694e7ac316f71ed947c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 17 Feb 2010 09:09:30 +0000 Subject: - Patch #706648 by orangecoat-ciallella: correcting tab weights, part 2. --- modules/system/system.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 2890deabf..56c63f198 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -613,6 +613,7 @@ function system_menu() { 'access arguments' => array('administer themes'), 'type' => MENU_LOCAL_TASK, 'file' => 'system.admin.inc', + 'weight' => 20, ); // Theme configuration subtabs. $items['admin/appearance/settings/global'] = array( @@ -657,6 +658,7 @@ function system_menu() { 'access arguments' => array('administer modules'), 'type' => MENU_LOCAL_TASK, 'file' => 'system.admin.inc', + 'weight' => 20, ); $items['admin/modules/uninstall/confirm'] = array( 'title' => 'Uninstall', -- cgit v1.2.3