<?php include_once("analyticstracking.php") ?>
<?php /** Begin Footer Section **/ if ($gantry->countModules('trail') or $gantry->countModules('footer') or $gantry->countModules('copyright')) : ?>
<footer id="rt-footer-surround">
<?php /** Begin Trail **/ if ($gantry->countModules('trail')) : ?>
<div id="rt-trail">
<div class="rt-container">
<?php echo $gantry->displayModules('trail','standard','standard'); ?>
<div class="clear"></div>
</div>
</div>
<?php /** End Trail **/ endif; ?>
<?php /** Begin Footer **/ if ($gantry->countModules('footer')) : ?>
<div id="rt-footer">
<div class="rt-container">
<?php echo $gantry->displayModules('footer','standard','standard'); ?>
<div class="clear"></div>
</div>
</div>
<?php /** End Footer **/ endif; ?>
<?php /** Begin Copyright **/ if ($gantry->countModules('copyright')) : ?>
<div id="rt-copyright">
<div class="rt-container">
<?php echo $gantry->displayModules('copyright','standard','standard'); ?>
<div class="clear"></div>
</div>
</div>
<?php /** End Copyright **/ endif; ?>
</footer>
<?php /** End Footer Surround **/ endif; ?>
Time to create page: 0.079 seconds