HEX
Server: Apache
System: Linux sg2plzcpnl490055.prod.sin2.secureserver.net 4.18.0-553.94.1.lve.el8.x86_64 #1 SMP Thu Jan 22 12:37:22 UTC 2026 x86_64
User: falconiapl2015 (2212252)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/falconiapl2015/public_html/wp-content/themes/nexgen/footer.php
<?php
/**
 * @package Nexgen
 */

if ( nxg_elementor_do_location( 'footer' ) ) {

	if ( nxg_required_plugins() ) {

    if ( nxg_has_footer() ) {
			get_template_part( 'template-parts/footer' );
		
		} else {
			get_template_part( 'template-parts/footer', 'basic' );
		}

		get_template_part( 'template-parts/modal' );
		get_template_part( 'template-parts/float-icon' );

	} else {

		get_template_part( 'template-parts/footer', 'basic' );
		get_template_part( 'template-parts/modal', 'basic' );
		get_template_part( 'template-parts/float-icon', 'basic' );
	}
}

wp_footer(); ?>

</body>
</html>