function template_preprocess_aggregator_summary_items
Processes variables for aggregator-summary-items.tpl.php.
See also
aggregator-summary-items.tpl.php
File
-
modules/
aggregator/ aggregator.pages.inc, line 526
Code
function template_preprocess_aggregator_summary_items(&$variables) {
$variables['title'] = check_plain($variables['source']->title);
$variables['summary_list'] = theme('item_list', array(
'items' => $variables['summary_items'],
));
$variables['source_url'] = $variables['source']->url;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.