function template_preprocess_aggregator_wrapper in Drupal 6
Same name and namespace in other branches
- 7 modules/aggregator/aggregator.pages.inc \template_preprocess_aggregator_wrapper()
Process variables for aggregator-wrapper.tpl.php.
See also
File
- modules/
aggregator/ aggregator.pages.inc, line 237 - User page callbacks for the aggregator module.
Code
function template_preprocess_aggregator_wrapper(&$variables) {
$variables['pager'] = theme('pager', NULL, 20, 0);
}