function template_preprocess_aggregator_wrapper

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 307
User page callbacks for the Aggregator module.

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!aggregator!aggregator.pages.inc/function/template_preprocess_aggregator_wrapper/7.x