HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.27.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 4 04:40:11 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/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 
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>