$output='<p>'.t('Create one or more Feed importers for pulling content into Drupal. You can use these importers from the !import page or - if you attach them to a content type - simply by creating a node from that content type.',array('!import'=>l(t('Import'),'import'))).'</p>';
$output='<p>'.t('Create one or more Feed importers for pulling content into Drupal. You can use these importers from the !import page or - if you attach them to a content type - simply by creating a node from that content type.',array('!import'=>l(t('Import'),'import'))).'</p>';
return$output;
return$output;
case'admin/content/feeds':
$output='<p>'.t('Import content into Drupal.').'</p>';
return$output;
}
}
}
}
...
@@ -23,19 +20,19 @@ function feeds_ui_help($path, $arg) {
...
@@ -23,19 +20,19 @@ function feeds_ui_help($path, $arg) {
*/
*/
functionfeeds_ui_menu(){
functionfeeds_ui_menu(){
$items=array();
$items=array();
$items['admin/build/feeds']=array(
$items['admin/structure/import']=array(
'title'=>'Feed importers',
'title'=>'Feeds',
'description'=>'Configure feeds to import or aggregate RSS and Atom feeds, import CSV files or more.',
'description'=>'Configure one or more Feeds importers to aggregate RSS and Atom feeds, import CSV files or more.',