function template_preprocess_aggregator_wrapper in Drupal 7
Same name and namespace in other branches
- 6 modules/aggregator/aggregator.pages.inc \template_preprocess_aggregator_wrapper()
Processes variables for aggregator-wrapper.tpl.php.
See also
File
- 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');
}