template_preprocess_aggregator_wrapper

Definition

template_preprocess_aggregator_wrapper(&$variables)
modules/aggregator/aggregator.pages.inc, line 237

Description

Process variables for aggregator-wrapper.tpl.php.

See also

aggregator-wrapper.tpl.php

Code

<?php
function template_preprocess_aggregator_wrapper(&$variables) {
  $variables['pager'] = theme('pager', NULL, 20, 0);
}
?>
 
 

Drupal is a registered trademark of Dries Buytaert.