diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-02-17 09:09:30 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-02-17 09:09:30 +0000 |
commit | a8eddb0d9824cd9541a7d694e7ac316f71ed947c (patch) | |
tree | 0b7a04666fd440e1205cd036ec364e963b79b4f0 /modules/system/system.module | |
parent | cd10a15e8918a38c2afe19a785ef6438d39845b1 (diff) | |
download | brdo-a8eddb0d9824cd9541a7d694e7ac316f71ed947c.tar.gz brdo-a8eddb0d9824cd9541a7d694e7ac316f71ed947c.tar.bz2 |
- Patch #706648 by orangecoat-ciallella: correcting tab weights, part 2.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 2 insertions, 0 deletions
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', |