template_preprocess_aggregator_wrapper
modules/aggregator/aggregator.pages.inc, строка 237
- Версии
- 6
template_preprocess_aggregator_wrapper(&$variables)
Process variables for aggregator-wrapper.tpl.php.
See also
aggregator-wrapper.tpl.php
Код
<?php
function template_preprocess_aggregator_wrapper(&$variables) {
$variables['pager'] = theme('pager', NULL, 20, 0);
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии