summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-01-31 21:26:56 +0000
committerDries Buytaert <dries@buytaert.net>2007-01-31 21:26:56 +0000
commit489903a08e44f3f78347ec4602583a8defaaaa0a (patch)
treea889c422d48e0bb4081d93e6cad2ccc171764606 /modules/aggregator
parent585fdfc9ab56bd3014a68a7845b7ac9ae003b39d (diff)
downloadbrdo-489903a08e44f3f78347ec4602583a8defaaaa0a.tar.gz
brdo-489903a08e44f3f78347ec4602583a8defaaaa0a.tar.bz2
- Patch #113603 by chx: first crack at re-implementing tabs.
Diffstat (limited to 'modules/aggregator')
-rw-r--r--modules/aggregator/aggregator.module2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module
index ca9b693fb..6648ff9bd 100644
--- a/modules/aggregator/aggregator.module
+++ b/modules/aggregator/aggregator.module
@@ -41,6 +41,7 @@ function aggregator_menu() {
'page arguments' => array('aggregator_form_feed'),
'access arguments' => array('administer news feeds'),
'type' => MENU_LOCAL_TASK,
+ 'parent' => 'admin/content/aggregator',
);
$items['admin/content/aggregator/add/category'] = array(
'title' => t('Add category'),
@@ -48,6 +49,7 @@ function aggregator_menu() {
'page arguments' => array('aggregator_form_category'),
'access arguments' => array('administer news feeds'),
'type' => MENU_LOCAL_TASK,
+ 'parent' => 'admin/content/aggregator',
);
$items['admin/content/aggregator/remove/%'] = array(
'title' => t('Remove items'),