????JFIF??x?x????'
| Server IP : 104.21.30.238  /  Your IP : 216.73.216.83 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /././home/tempvsty/././pontiacques.org/wp-content/themes/layerswp/partials/ | 
| Upload File : | 
<?php do_action( 'layers_before_footer' ); ?>
<section id="footer" <?php layers_wrapper_class( 'footer_site', 'footer-site' ); ?>>
	<?php do_action( 'layers_before_footer_inner' ); ?>
	<div class="<?php if( 'layout-fullwidth' != layers_get_theme_mod( 'footer-width' ) ) echo 'container'; ?> content clearfix">
		<?php // Do logic related to the footer widget area count
		$footer_sidebar_count = layers_get_theme_mod( 'footer-sidebar-count' ); ?>
		<?php if( 0 != $footer_sidebar_count ) { ?>
			<?php do_action( 'layers_before_footer_sidebar' ); ?>
			<div class="grid">
				<?php // Default Sidebar count to 4
				if( '' == $footer_sidebar_count ) $footer_sidebar_count = 4;
				// Get the sidebar class
				$footer_sidebar_class = floor( 12/$footer_sidebar_count ); ?>
				<?php for( $footer = 1; $footer <= $footer_sidebar_count; $footer++ ) { ?>
					<div class="column span-<?php echo esc_attr( $footer_sidebar_class ); ?> <?php if( $footer == $footer_sidebar_count ) echo 'last'; ?>">
						<?php dynamic_sidebar( LAYERS_THEME_SLUG . '-footer-' . $footer ); ?>
					</div>
				<?php } ?>
			</div>
			<?php do_action( 'layers_after_footer_sidebar' ); ?>
		<?php } // if 0 != sidebars ?>
		<?php do_action( 'layers_before_footer_copyright' ); ?>
		<div class="grid copyright">
			<?php if( '' != layers_get_theme_mod( 'footer-copyright-text' ) ) {  ?>
				<div class="column span-6">
					<p class="site-text"><?php echo layers_get_theme_mod( 'footer-copyright-text' ); ?></p>
				</div>
			<?php } ?>
			<div class="column span-6 clearfix t-right">
				<?php wp_nav_menu( array( 'theme_location' => LAYERS_THEME_SLUG . '-footer' , 'container' => 'nav', 'container_class' => 'nav nav-horizontal pull-right', 'fallback_cb' => false )); ?>
			</div>
		</div>
		<?php do_action( 'layers_after_footer_copyright' ); ?>
	</div>
	<?php do_action( 'layers_after_footer_inner' ); ?>
	<?php if( false != layers_get_theme_mod( 'show-layers-badge' ) ) { ?>
		<?php _e( sprintf( '<a class="created-using-layers" target="_blank" tooltip="Built with Layers" href="%s"><span>Built with Layers</span></a>', 'http://www.layerswp.com' ) , 'layerswp' ); ?>
	<?php } ?>
</section><!-- END / FOOTER -->
<?php do_action( 'layers_after_footer' ); ?>