template_preprocess_aggregator_wrapper
- Versions
- 6 – 7
template_preprocess_aggregator_wrapper(&$variables)
Process variables for aggregator-wrapper.tpl.php.
See also
Code
modules/aggregator/aggregator.pages.inc, line 237
<?php
function template_preprocess_aggregator_wrapper(&$variables) {
$variables['pager'] = theme('pager', NULL, 20, 0);
}
?>Login or register to post comments 