function modChrome_example($module, &$params, &$attribs)
{
if (!empty ($module->content)) { ?>
<div class="examplewrapper">
<h2><?php echo $module->title; ?></h2>
<div class="examplecontent">
<?php echo $module->content; ?>
</div>
</div>
<?php }
}
<?php /** Begin Header **/ if ($gantry->countModules('header')) : ?>
<div id="rt-header">
<div class="rt-container">
<?php echo $gantry->displayModules('header','standard','example'); ?>
<div class="clear"></div>
</div>
</div>
<?php /** End Header **/ endif; ?>
Time to create page: 0.081 seconds