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
Code
<?php
function template_preprocess_aggregator_wrapper(&$variables) {
$variables['pager'] = theme('pager', NULL, 20, 0);
}
?> 