? sites/dev6.urbits.com
Index: modules/system/system.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.module,v
retrieving revision 1.469
diff -u -p -r1.469 system.module
--- modules/system/system.module	18 Apr 2007 20:42:23 -0000	1.469
+++ modules/system/system.module	19 Apr 2007 11:17:38 -0000
@@ -168,6 +168,14 @@ function system_menu() {
     'page callback' => 'system_admin_menu_block_page',
     'access arguments' => array('administer site configuration'),
   );
+  $items['admin/media'] = array(
+    'title' => t('Media management'),
+    'description' => t('Files, images and other media.'),
+    'position' => 'right',
+    'weight' => -9,
+    'page callback' => 'system_admin_menu_block_page',
+    'access arguments' => array('administer site configuration'),
+  );
   $items['admin/settings/admin'] = array(
     'title' => t('Administration theme'),
     'description' => t('Settings for how your administrative pages should look.'),
@@ -260,13 +268,13 @@ function system_menu() {
     'page callback' => 'drupal_get_form',
     'page arguments' => array('system_performance_settings'),
   );
-  $items['admin/settings/file-system'] = array(
+  $items['admin/media/file-system'] = array(
     'title' => t('File system'),
     'description' => t('Tell Drupal where to store uploaded files and how they are accessed.'),
     'page callback' => 'drupal_get_form',
     'page arguments' => array('system_file_system_settings'),
   );
-  $items['admin/settings/image-toolkit'] = array(
+  $items['admin/media/image-toolkit'] = array(
     'title' => t('Image toolkit'),
     'description' => t('Choose which image toolkit to use if you have installed optional toolkits.'),
     'page callback' => 'drupal_get_form',
