61c61 < index 32509ce..424e529 100644 --- > index 32509ce..9cbdfb8 100644 72c72 < @@ -416,55 +417,75 @@ function aggregator_page_rss() { --- > @@ -416,55 +417,78 @@ function aggregator_page_rss() { 78,79c78,82 < + print theme('aggregator_page_rss', array('feeds' => $feeds, 'category' => $category)); < + drupal_exit(); --- > + return array( > + '#theme' => 'aggregator_page_rss', > + '#feeds' => $feeds, > + '#category' => $category, > + ); 170c173 < @@ -488,37 +509,32 @@ function aggregator_page_opml($cid = NULL) { --- > @@ -488,37 +512,34 @@ function aggregator_page_opml($cid = NULL) { 175,176c178,181 < + print theme('aggregator_page_opml', array('feeds' => $feeds)); < + drupal_exit(); --- > + return array( > + '#theme' => 'aggregator_page_opml', > + '#feeds' => $feeds, > + ); 221c226 < @@ -558,12 +574,12 @@ function template_preprocess_aggregator_summary_items(&$variables) { --- > @@ -558,12 +579,12 @@ function template_preprocess_aggregator_summary_items(&$variables) {