From d55daf0fc49a53f5bc3ff35b7fa1c1c7ce628835 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 25 Aug 2009 10:07:19 +0000 Subject: =?UTF-8?q?-=20Patch=20#557792=20by=20G=C3=A1bor=20Hojtsy:=20creat?= =?UTF-8?q?ed=20'web=20services'=20category.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/system/system.module | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.module b/modules/system/system.module index 39ab7b0b8..0fa637dee 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -787,6 +787,14 @@ function system_menu() { 'access arguments' => array('admin/config/services', 'access administration pages'), 'file' => 'system.admin.inc', ); + $items['admin/config/services/rss-publishing'] = array( + 'title' => 'RSS publishing', + 'description' => 'Configure the site description, the number of items per feed and whether feeds should be titles/teasers/full-text.', + 'page callback' => 'drupal_get_form', + 'page arguments' => array('system_rss_feeds_settings'), + 'access arguments' => array('administer site configuration'), + '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.', @@ -863,14 +871,6 @@ function system_menu() { 'access arguments' => array('administer site configuration'), 'file' => 'system.admin.inc', ); - $items['admin/settings/rss-publishing'] = array( - 'title' => 'RSS publishing', - 'description' => 'Configure the site description, the number of items per feed and whether feeds should be titles/teasers/full-text.', - 'page callback' => 'drupal_get_form', - 'page arguments' => array('system_rss_feeds_settings'), - 'access arguments' => array('administer site configuration'), - 'file' => 'system.admin.inc', - ); // Reports. $items['admin/reports'] = array( -- cgit v1.2.3