| Current File : /home/lastyfjz/dermalaserclinic.co.uk/wp-content/themes/cherie/footer.php |
<?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>