function template_preprocess_aggregator_wrapper
Same name and namespace in other branches
- 7.x drupal-7.x/modules/aggregator/aggregator.pages.inc \template_preprocess_aggregator_wrapper()
Process variables for aggregator-wrapper.tpl.php.
See also
Archivo
- drupal-6.x/
modules/ aggregator/ aggregator.pages.inc, line 237 - User page callbacks for the aggregator module.
Código
function template_preprocess_aggregator_wrapper(&$variables) {
$variables['pager'] = theme('pager', NULL, 20, 0);
}