template_preprocess_aggregator_wrapper

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

Processes variables for aggregator-wrapper.tpl.php.

See also

aggregator-wrapper.tpl.php

File

modules/aggregator/aggregator.pages.inc, line 301
User page callbacks for the aggregator module.

Code

function template_preprocess_aggregator_wrapper(&$variables) {
  $variables['pager'] = theme('pager');
}
Login or register to post comments