File: /home/dwauav0tm6jp/hosted/natoinalparksquest_com/wp-content/themes/shopstar/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after.
*
* @package shopstar
*/
?>
</div>
</div>
</div><!-- #content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="widgets">
<div class="container">
<div class="padder">
<?php if ( is_active_sidebar( 'footer' ) ) : ?>
<ul>
<?php dynamic_sidebar( 'footer' ); ?>
</ul>
<?php endif; ?>
<div class="clearboth"></div>
</div>
</div>
</div>
<div class="bottom-bar">
<div class="container">
<div class="padder">
<?php printf( __( 'Theme by %1$s', 'shopstar' ), '<a href="'. esc_url( 'https://www.outtheboxthemes.com' ) .'" rel="nofollow">Out the Box</a>' ); ?>
</div>
</div>
<div class="clearboth"></div>
</div>
</footer><!-- #colophon -->
<?php wp_footer(); ?>
</body>
</html>