function template_preprocess_aggregator_wrapper

7.x aggregator.pages.inc template_preprocess_aggregator_wrapper(&$variables)
6.x aggregator.pages.inc template_preprocess_aggregator_wrapper(&$variables)

Processes variables for aggregator-wrapper.tpl.php.

See also

aggregator-wrapper.tpl.php

File

drupal-7.x/modules/aggregator/aggregator.pages.inc, line 307
User page callbacks for the Aggregator module.

Code

function template_preprocess_aggregator_wrapper(&$variables) {
  $variables['pager'] = theme('pager');
}