array( 'paged_feed' => array( 'title' => t('Paged Feed'), 'help' => t('Display the view as a feed, such as an RSS feed.'), 'handler' => 'views_bonus_plugin_display_paged_feed', 'parent' => 'feed', // so it knows to load the page plugin .inc file 'uses hook menu' => TRUE, 'use ajax' => FALSE, 'use pager' => TRUE, 'accept attachments' => FALSE, 'admin' => t('Paged Feed'), // @TODO - Should probably provide some help. // 'help topic' => 'display-feed', ), ), ); return $plugins; }