Mercurial > hg > rr-repo
view modules/aggregator/aggregator-wrapper.tpl.php @ 9:830c812b520f
added smtp module
author | root <root@paio.local> |
---|---|
date | Mon, 28 Oct 2013 15:34:27 +0000 |
parents | ff03f76ab3fe |
children |
line wrap: on
line source
<?php /** * @file * Default theme implementation to wrap aggregator content. * * Available variables: * - $content: All aggregator content. * - $page: Pager links rendered through theme_pager(). * * @see template_preprocess() * @see template_preprocess_aggregator_wrapper() * * @ingroup themeable */ ?> <div id="aggregator"> <?php print $content; ?> <?php print $pager; ?> </div>