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/bristolfilton.co.uk/public_html/wp-content/themes/showcase-lite/footer.php
<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #content div and all content after
 *
 * @package Showcase Lite
 */
?>
<div id="footer-wrapper">
    	<div class="container">       
                <?php if ( is_active_sidebar( 'footer-1' ) ) : ?>
                    <div class="cols-4 widget-column-1" role="complementary">
                        <?php dynamic_sidebar( 'footer-1' ); ?>
                    </div><!-- .widget-area .first -->
                <?php endif; ?>
                <?php if ( is_active_sidebar( 'footer-2' ) ) : ?>
                    <div class="cols-4 widget-column-2" role="complementary">
                        <?php dynamic_sidebar( 'footer-2' ); ?>
                    </div><!-- .widget-area .first -->
                <?php endif; ?>
                <?php if ( is_active_sidebar( 'footer-3' ) ) : ?>
                    <div class="cols-4 widget-column-3" role="complementary">
                        <?php dynamic_sidebar( 'footer-3' ); ?>
                    </div><!-- .widget-area .first -->
                <?php endif; ?>
                <?php if ( is_active_sidebar( 'footer-4' ) ) : ?>
                    <div class="cols-4 widget-column-4" role="complementary">
                        <?php dynamic_sidebar( 'footer-4' ); ?>
                    </div><!-- .widget-area .first -->
                <?php endif; ?>              
            <div class="clear"></div>
          </div><!--end .container-->        
        <div class="copyright-wrapper">
        	<div class="container">            	
                <div class="powerby">
				<a href="<?php echo esc_url( esc_html_e( 'https://wordpress.org/', 'showcase-lite' ) ); ?>"><?php echo esc_html_e( 'Proudly powered by WordPress', 'showcase-lite' ); ?></a>
                </div>
            </div>
            <div class="clear"></div>
        </div>
    </div>
</div><!--#end pageholder-->
<?php wp_footer(); ?>
</body>
</html>