🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
appmen.com.ng
/
wp-content
/
themes
/
newscrunch
✏️
Editing: 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>
💾 Save Changes
❌ Cancel