HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u112693849 (10625425)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /homepages/35/d967185540/htdocs/clickandbuilds/GMS26/wp-content/themes/thegem/footer-test.php
<?php
/**
 * The template for displaying the footer
 */

?>

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

		<footer class="custom-footer">
			<div class="container">
				<?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>