<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
*/
?>
<div class="footer">
<div class="gridContainer">
<div class="row">
<p class="footer-copyright">
<?php echo one_page_express_copyright(); ?>
</p>
</div>
</div>
</div>
<?php wp_footer();?>
</body>
</html>