File: /home/design-blogs.co.uk/public_html/wp-content/themes/newscrunch/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
if(get_theme_mod('hide_show_dark_light_icon',true) == true): do_action('newscrunch_script_footer'); endif;
wp_footer();
if((get_theme_mod('ad_type','banner')=='banner')): do_action('newscrunch_after_footer_ads','after footer'); endif;?>
</body>
</html>