HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/inspirationdigital.com.old/wp-content/themes/freestore/footer.php
<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #content div and all content after
 *
 * @package FreeStore
 */
?>
		<div class="clearboth"></div>
	</div><!-- #content -->
	    
	<?php if ( get_theme_mod( 'freestore-footer-layout', false ) == 'freestore-footer-layout-centered' ) : ?>

	    <?php get_template_part( '/templates/footers/footer-centered' ); ?>
	    
	<?php elseif ( get_theme_mod( 'freestore-footer-layout', false ) == 'freestore-footer-layout-standard' ) : ?>

	    <?php get_template_part( '/templates/footers/footer-standard' ); ?>
	    
	<?php elseif ( get_theme_mod( 'freestore-footer-layout', false ) == 'freestore-footer-layout-none' ) : ?>

	    <?php get_template_part( '/templates/footers/footer-none' ); ?>
	    
	<?php else : ?>
		
		<?php get_template_part( '/templates/footers/footer-social' ); ?>
	    
	<?php endif; ?>
	
<?php echo ( get_theme_mod( 'freestore-site-layout' ) == 'freestore-site-boxed' ) ? '</div>' : ''; ?>
	
</div><!-- #page -->

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