<?php /** * footer Template. * * @package gymzone-fitness */ ?> <!--footer--> <?php if((is_active_sidebar('footer-1')) || (is_active_sidebar('footer-2')) || (is_active_sidebar('footer-3')) || (is_active_sidebar('footer-4'))) {?> <?php get_template_part('public/template/footer/template', 'footertop');?> <!--footer--> <?php }?> <?php get_template_part('public/template/footer/template', 'footerbottom');?> <?php wp_footer(); ?> </body> </html>