summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',