template_preprocess_aggregator_summary_items
modules/aggregator/aggregator.pages.inc, строка 441
- Версии
- 6
template_preprocess_aggregator_summary_items(&$variables)
Process variables for aggregator-summary-items.tpl.php.
See also
aggregator-summary-item.tpl.php
Код
<?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;
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии