| Versionen | |
|---|---|
| drupal6 – drupal7 | template_preprocess_aggregator_wrapper(&$variables) |
Process variables for aggregator-wrapper.tpl.php.
modules/
<?php
function template_preprocess_aggregator_wrapper(&$variables) {
$variables['pager'] = theme('pager', NULL, 20, 0);
}
?>
Kommentare
Kommentar hinzufügen