</head>
<body <?php echo $gantry->displayBodyTag(); ?><?php echo $gantry->get('header-headroom-enabled') ? ' id="scrollheader"' : '' ;?>>
<div id="rt-page-surround">
<?php /** Begin Header Surround **/ if ($gantry->countModules('header') or $gantry->countModules('drawer') or $gantry->countModules('top') or $gantry->countModules('showcase')) : ?> <header id="rt-header-surround"<?php echo $gantry->get('header-headroom-enabled') ? ' class="scrollheader"' : '' ;?>>
<div id="rt-logo">
<?php echo $gantry->displayModules('logo','standard','standard'); ?>
<div class="clear"></div>
</div>
<?php /** Begin Header **/ if ($gantry->countModules('header')) : ?>
<div id="rt-header" class="<?php if ($gantry->get('header-overlay')!='') : ?><?php echo 'rt-overlay-'.$gantry->get('header-overlay'); ?><?php endif; ?>">
<div class="rt-container">
<?php echo $gantry->displayModules('header','standard','standard'); ?>
<div class="clear"></div>
</div>
</div>
Time to create page: 0.057 seconds