| Server IP : 66.29.153.156 / Your IP : 216.73.216.104 Web Server : LiteSpeed System : Linux premium322.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64 User : lastyfjz ( 1521) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/lastyfjz/dermalaserclinic.co.uk/wp-content/themes/cherie/ |
Upload File : |
<?php if( is_active_sidebar( 'footer-sidebar-1' ) || is_active_sidebar( 'footer-sidebar-2' ) || is_active_sidebar( 'footer-sidebar-3' ) || is_active_sidebar( 'footer-sidebar-4' ) ): ?>
<footer class="art-main-footer art-second-bg">
<div class="art-main-footer-container">
<div class="row">
<div class="footer-widget-area art-footer-first-column">
<?php if ( is_active_sidebar( 'footer-sidebar-1' ) ) {
dynamic_sidebar( 'footer-sidebar-1' );
} ?>
</div>
<div class="footer-widget-area art-footer-second-column">
<?php if ( is_active_sidebar( 'footer-sidebar-2' ) ) {
dynamic_sidebar( 'footer-sidebar-2' );
} ?>
</div>
<div class="footer-widget-area art-footer-third-column">
<?php if ( is_active_sidebar( 'footer-sidebar-3' ) ) {
dynamic_sidebar( 'footer-sidebar-3' );
} ?>
</div>
<div class="footer-widget-area art-footer-fourth-column">
<?php if ( is_active_sidebar( 'footer-sidebar-4' ) ) {
dynamic_sidebar( 'footer-sidebar-4' );
} ?>
</div>
</div>
</div>
</footer>
<?php endif; ?>
</div>
</div>
<!-- Hamburger menu start -->
<?php get_template_part('template-parts/footer/content','mobile-menu'); ?>
<!-- Hamburger menu end -->
<?php
if( cherie_is_woocommerce_activated() ){
if( is_shop() || is_product() || is_product_category() ) { get_template_part('template-parts/footer/content','cart-side'); }
}
?>
<?php wp_footer(); ?>
</body>
</html>