template_preprocess_aggregator_summary_items

Versions
6 – 7
template_preprocess_aggregator_summary_items(&$variables)

Process variables for aggregator-summary-items.tpl.php.

See also

aggregator-summary-item.tpl.php

Code

modules/aggregator/aggregator.pages.inc, line 441

<?php
function template_preprocess_aggregator_summary_items(&$variables) {
  $variables['title'] = check_plain($variables['source']->title);
  $variables['summary_list'] = theme('item_list', $variables['summary_items']);
  $variables['source_url'] = $variables['source']->url;
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.