diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-01-31 21:26:56 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-01-31 21:26:56 +0000 |
commit | 489903a08e44f3f78347ec4602583a8defaaaa0a (patch) | |
tree | a889c422d48e0bb4081d93e6cad2ccc171764606 /modules/aggregator/aggregator.module | |
parent | 585fdfc9ab56bd3014a68a7845b7ac9ae003b39d (diff) | |
download | brdo-489903a08e44f3f78347ec4602583a8defaaaa0a.tar.gz brdo-489903a08e44f3f78347ec4602583a8defaaaa0a.tar.bz2 |
- Patch #113603 by chx: first crack at re-implementing tabs.
Diffstat (limited to 'modules/aggregator/aggregator.module')
-rw-r--r-- | modules/aggregator/aggregator.module | 2 |
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'), |