/home/awneajlw/public_html/skntraders.online/wp-content/themes/enzian/footer.php
<?php
/**
 * The template for displaying the footer.
 * @package Enzian WordPress theme
 */

if ( ! defined( 'ABSPATH' ) ) {
    exit; // Exit if accessed directly
}

if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) {
    get_template_part('partials/default/footer');
}

?>


<div class="la-overlay-global"></div>

<?php wp_footer(); ?>
</body>
</html>