function template_preprocess_aggregator_wrapper

Processes variables for aggregator-wrapper.tpl.php.

See also

aggregator-wrapper.tpl.php

File

drupal/core/modules/aggregator/aggregator.pages.inc, line 312
User page callbacks for the aggregator module.

Code

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