HEX
Server: nginx/1.24.0
System: Linux 0c1023d6c65e 6.8.0-137-generic #137-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 17 20:28:23 UTC 2026 x86_64
User: root (0)
PHP: 8.3.33
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/thegem-elementor/footer-test.php
<?php
/**
 * The template for displaying the footer
 */

?>

		</div><!-- #main -->
		<div id="lazy-loading-point"></div>

		<footer class="custom-footer">
			<div class="<?php echo (get_page_template_slug() !== 'single-thegem_footer-fullwidth.php' && get_post_type() != 'thegem_templates' ? 'container' : 'fullwidth-content' ); ?>">
				<?php
					while ( have_posts() ) : the_post();
						the_content();
					endwhile;
				?>
			</div>
		</footer>

	</div><!-- #page -->

	<?php if(thegem_get_option('header_layout') == 'perspective') : ?>
		</div><!-- #perspective -->
	<?php endif; ?>

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