summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-17 09:09:30 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-17 09:09:30 +0000
commita8eddb0d9824cd9541a7d694e7ac316f71ed947c (patch)
tree0b7a04666fd440e1205cd036ec364e963b79b4f0
parentcd10a15e8918a38c2afe19a785ef6438d39845b1 (diff)
downloadbrdo-a8eddb0d9824cd9541a7d694e7ac316f71ed947c.tar.gz
brdo-a8eddb0d9824cd9541a7d694e7ac316f71ed947c.tar.bz2
- Patch #706648 by orangecoat-ciallella: correcting tab weights, part 2.
-rw-r--r--modules/system/system.module2
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',