Same name and namespace in other branches
  1. 7.x modules/aggregator/aggregator.pages.inc \template_preprocess_aggregator_wrapper()

Process variables for aggregator-wrapper.tpl.php.

See also

aggregator-wrapper.tpl.php

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);
}