HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/srce/public_html/wp-content/themes/construction-renovationx/footer.php
<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Construction Light
 */

?>

</div><!-- #content -->

<?php if (is_active_sidebar( 'footer-1' )): ?>
    
    <footer id="colophon" class="site-footer">
       
        <?php
            if (is_active_sidebar('footer-1')) { ?>
                
                    <?php dynamic_sidebar('footer-1'); ?>
                
        <?php } ?>
            
    </footer><!-- #colophon -->
<?php endif; ?>

    <div class="sub_footer">
        <div class="container">
            <div class="row">
                <div class="col-lg-7 col-md-12 col-sm-12">
                    <div class="cons_light_copyright">
                        <?php apply_filters( 'construction_light_copyright', 5 ); ?> <?php the_privacy_policy_link(); ?>
                    </div><!-- Copyright -->
                </div>
                <div class="col-lg-5 col-md-12 col-sm-12 text-right">
                    <?php
                        construction_light_topheader_social();
                    ?>
                </div>
            </div>
        </div>
    </div>

</div><!-- #page -->
<?php
    $enable_search = get_theme_mod('construction_light_enable_search', 'enable');
    $search_layout = get_theme_mod('construction_light_search_layout', 'layout_one');
?>
<?php if( $enable_search == 'enable' and $search_layout == 'layout_one'): ?>
<div class="conslight-search-wrapper" id="conslight-search-wrapper">
    <div class="conslight-search-close">
        <button class="conslight-close-icon">
            <i class="far fa-times-circle"></i>
        </button>
    </div>
    <div class="conslight-search-container">
        <?php get_search_form(); ?>
    </div>
</div>
<?php endif; ?>

<a href="#" id="back-to-top" class="progress" data-tooltip="Back To Top">
    <div class="arrow-top"></div>
    <div class="arrow-top-line"></div>
    <svg class="progress-circle svg-content" width="100%" height="100%" viewBox="0 0 100 100" preserveAspectRatio="xMinYMin meet"> <path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98"/></svg> 
</a>

<?php wp_footer(); ?>

</body>
</html>