File: /home/dwauav0tm6jp/hosted/justinpods_com/wp-content/themes/megaphone/footer.php
<?php if ( megaphone_get( 'display', 'footer' ) ) : ?>
<?php if ( megaphone_get( 'footer', 'subscribe' ) ) : ?>
<?php get_template_part( 'template-parts/footer/subscribe' ); ?>
<?php endif; ?>
<?php if ( megaphone_get( 'footer', 'instagram' ) ) : ?>
<?php get_template_part( 'template-parts/footer/instagram' ); ?>
<?php endif; ?>
<?php get_template_part( 'template-parts/ads/above-footer' ); ?>
<footer class="megaphone-footer">
<?php if ( megaphone_get( 'footer', 'widgets' ) ) : ?>
<div class="container">
<?php get_template_part( 'template-parts/footer/widgets' ); ?>
</div>
<?php endif; ?>
<?php if ( megaphone_get( 'footer', 'copyright' ) ) : ?>
<div class="container">
<div class="megaphone-copyright">
<p><?php echo do_shortcode( wp_kses_post( megaphone_get( 'footer', 'copyright' ) ) ); ?></p>
</div>
</div>
<?php endif; ?>
</footer>
<?php endif; ?>
</div>
<?php if ( megaphone_get( 'footer', 'popup' ) ) : ?>
<?php get_template_part( 'template-parts/footer/gallery-placeholder' ); ?>
<?php endif; ?>
<?php if ( megaphone_get( 'footer', 'go_to_top' ) ) : ?>
<a href="javascript:void(0)" id="megaphone-goto-top" class="megaphone-goto-top"><i class="mf mf-chevron-up"></i></a>
<?php endif; ?>
<?php get_template_part( 'template-parts/footer/overlay' ); ?>
<?php get_template_part( 'template-parts/footer/hidden-sidebar' ); ?>
<?php wp_footer(); ?>
</body>
</html>