????JFIF??x?x????'
| Server IP : 172.67.174.47  /  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
/**
 * This partial is used for displaying the centered header option
 *
 * @package Layers
 * @since Layers 1.0.0
 */ ?>
<div class="inline-left-nav">
	<nav class="nav nav-horizontal">
		<?php wp_nav_menu( array( 'theme_location' => LAYERS_THEME_SLUG . '-primary' ,'container' => FALSE, 'fallback_cb' => 'layers_menu_fallback' ) ); ?>
	</nav>
</div>
<div class="inline-site-logo">
    <?php get_template_part( 'partials/header' , 'logo' ); ?>
</div>
<div class="inline-right-nav">
	<?php do_action( 'layers_before_header_nav' ); ?>
	<?php wp_nav_menu( array( 'theme_location' => LAYERS_THEME_SLUG . '-primary-right' ,'container' => 'nav', 'container_class' => 'nav nav-horizontal', 'fallback_cb' => 'layers_blank_menu' ) ); ?>
	<?php get_template_part( 'partials/responsive' , 'nav-button' ); ?>
	<?php do_action( 'layers_after_header_nav' ); ?>
</div>