diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-24 17:11:42 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-24 17:11:42 +0000 |
commit | c95c99f75157ccf2dd00b21926ed0e45f3478448 (patch) | |
tree | d283deb8192ebd9279ababa3981d9760087fe094 /modules/system | |
parent | 7d2da906005d844941e7dd639e239c219ed8c086 (diff) | |
download | brdo-c95c99f75157ccf2dd00b21926ed0e45f3478448.tar.gz brdo-c95c99f75157ccf2dd00b21926ed0e45f3478448.tar.bz2 |
#535564 follow-up by pwolanin and Gábor Hojtsy: Create 'Web services' category and move Aggregator under there.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index c40963563..e2c4c1bb2 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -791,6 +791,14 @@ function system_menu() { 'access arguments' => array('administer site configuration'), 'file' => 'system.admin.inc', ); + $items['admin/config/services'] = array( + 'title' => 'Web services', + 'description' => 'Tools related to web services.', + 'page callback' => 'system_admin_menu_block_page', + 'access callback' => 'system_admin_menu_block_access', + 'access arguments' => array('admin/config/services', 'access administration pages'), + 'file' => 'system.admin.inc', + ); $items['admin/settings/performance'] = array( 'title' => 'Performance', 'description' => 'Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.', |