template_preprocess_aggregator_wrapper

Versions
6 – 7
template_preprocess_aggregator_wrapper(&$variables)

Process variables for aggregator-wrapper.tpl.php.

See also

aggregator-wrapper.tpl.php

Code

modules/aggregator/aggregator.pages.inc, line 237

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

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.