File: /www/wwwroot/pulitocucito.it/wp-content/themes/laundry/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 Laundry
*/
$laundry_opt = laundry_get_options();
?>
</main>
<?php
$theme = isset( $laundry_opt['laundry_demo_select'] ) ? $laundry_opt['laundry_demo_select'] : 1;
if ( $theme == '2' ) {
$footer_style = '2';
} else {
$footer_style = '1';
}
if ( $laundry_opt['elementor_on_off'] != 0 ) :
get_template_part( 'template-parts/footer/footer-elementor' );
else :
get_template_part( 'template-parts/footer/footer', $footer_style );
endif;
?>
<?php wp_footer(); ?>
<?php
if ( laundry_services_options( 'is_modal_enable' ) ) {
get_template_part( 'template-parts/modal' );
}
?>
<?php if ( $theme == '2' ) { ?>
<div class="modal fade" id="couponForm" tabindex="-1" role="dialog" aria-label="myModalLabel" aria-hidden="true">
<div class="modal-dialog modal-md">
<div class="modal-content ">
<div class="modal-body form-default modal-layout-dafault">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"><span class="icons-860796"></span></button>
</div>
<div class="modal-footer">
<button type="button" id="btn_save_close" class="button" data-dismiss="modal"><?php echo esc_html__( 'Close', 'laundry' ); ?></button>
<button id="btn_save_and_close_for_ele" type="button" class="button"><?php echo esc_html__( 'Print', 'laundry' ); ?></button>
</div>
</div>
</div>
</div>
<?php } ?>
</body>
</html>