File: /var/www/html/americaspeakon.org/wp-content/themes/newscruch_/footer.php
<?php
/**
* The template for displaying the footer
*
* @package Newscrunch
*/
if((get_theme_mod('ad_type','banner')=='banner')):
echo '<section class="before-footer-ads">';
do_action('newscrunch_before_footer_ads','before footer');
echo '</section>';
endif;
if ( class_exists('Newscrunch_Plus') ):
do_action('spncp_footer_widgets');
else:
do_action('newscrunch_footer_widgets');
endif;
do_action('newscrunch_scrolltotop'); ?>
</div>
<?php
do_action('newscrunch_script_footer');
wp_footer();
if((get_theme_mod('ad_type','banner')=='banner')): do_action('newscrunch_after_footer_ads','after footer'); endif;?>
</body>
</html>