HEX
Server: Microsoft-IIS/10.0
System: Windows NT WIN8095 10.0 build 20348 (Windows Server 2016) AMD64
User: kytoffice-001 (0)
PHP: 7.4.30
Disabled: exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,show_source
Upload Files
File: h:/root/home/kytoffice-001/www/expresstinou/wp-content/themes/paper-news/footer.php
<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #content div and all content after.
 *
 * @package Paper News
 */
?>
  <!-- </main> -->
    <?php do_action('newsair_action_footer_missed_section'); ?>
    <!--==================== FOOTER AREA ====================-->
    <?php $newsair_footer_widget_background = get_theme_mod('newsair_footer_widget_background');
    $newsair_footer_overlay_color = get_theme_mod('newsair_footer_overlay_color'); 
   if($newsair_footer_widget_background != '') { ?>
    <footer class="back-img" style="background-image:url('<?php echo esc_url($newsair_footer_widget_background);?>');">
     <?php } else { ?>
    <footer> 
    <?php } ?>
        <div class="overlay" style="background-color: <?php echo esc_html($newsair_footer_overlay_color);?>;">
            <!--Start bs-footer-widget-area-->
            <?php if ( is_active_sidebar( 'footer_widget_area' ) ) { ?>
            <div class="bs-footer-widget-area">
                <div class="container">
                    <div class="row">
                        <?php  dynamic_sidebar( 'footer_widget_area' ); ?>
                    </div>
                    <!--/row-->
                </div>
                <!--/container-->
            </div>
            <?php } ?> 
            <!--End bs-footer-widget-area-->
            <?php $hide_copyright = esc_attr(get_theme_mod('hide_copyright','true'));
                if ($hide_copyright == true ) { ?>

            <div class="bs-footer-copyright">
                <div class="container">
                    <div class="row d-flex-space align-items-center ">
                       <div class="col-md-4 footer-inner"> 
                            <div class="copyright ">
                                <p class="mb-0">
                                <?php $newsair_footer_copyright = get_theme_mod( 'newsair_footer_copyright','Copyright &copy; All rights reserved' );
                                  echo esc_html($newsair_footer_copyright); ?>
                                <span class="sep"> | </span>
                                <?php  printf(esc_html__('%1$s by %2$s.', 'paper-news'), '<a href="https://themeansar.com/free-themes/newsair/" target="_blank">Paper News</a>', '<a href="https://themeansar.com" target="_blank">Themeansar</a>'); ?>
                                 </a>
                                </p>
                           </div>  
                        </div>
                        <div class="col-md-4">
                            <div class="footer-logo text-center">  
                             <?php the_custom_logo(); 
                                if (display_header_text()) { ?>
                                    <div class="site-branding-text">
                                        <p class="site-title-footer"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo('name'); ?></a></p>
                                        <p class="site-description-footer mb-3"><?php bloginfo('description'); ?></p>
                                    </div>
                                <?php } ?>
                                                                                                                    
                            </div>
                        </div>
                        <div class="col-md-4">
                           <?php do_action('newsair_action_footer_social_section'); ?>    
                        </div>
                    </div>
                 </div>
            </div>

               
                <?php } ?>
        </div>
        <!--/overlay-->
    </footer>
    <!--/footer-->
</div>
<!--/wrapper-->
<?php 
  //Scroll To Top 
  newsair_scrolltoup();
  //Search Popup
  newsair_search_popup();
  //wp_footer
  wp_footer();
?>
</body>
</html>