HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
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>