20c20 < index 8938e95..87d30bf 100644 --- > index b6d4062..198f3ea 100644 23c23 < @@ -354,80 +354,6 @@ function aggregator_page_categories() { --- > @@ -354,85 +354,6 @@ function aggregator_page_categories() { 49c49,54 < - return theme('aggregator_page_rss', array('feeds' => $feeds, 'category' => $category)); --- > - $aggregator_page_rss = array( > - '#theme' => 'aggregator_page_rss', > - '#feeds' => $feeds, > - '#category' => $category, > - ); > - return drupal_render($aggregator_page_rss);