? files
? 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:40:51 -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' => -8,
+    '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',
Index: modules/upload/upload.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/upload/upload.module,v
retrieving revision 1.158
diff -u -p -r1.158 upload.module
--- modules/upload/upload.module	13 Apr 2007 08:56:59 -0000	1.158
+++ modules/upload/upload.module	19 Apr 2007 11:40:51 -0000
@@ -82,7 +82,7 @@ function upload_menu() {
     'access arguments' => array('upload files'),
     'type' => MENU_CALLBACK,
   );
-  $items['admin/settings/uploads'] = array(
+  $items['admin/media/uploads'] = array(
     'title' => t('File uploads'),
     'description' => t('Control how files may be attached to content.'),
     'page callback' => 'drupal_get_form',
