????JFIF??x?x????'
| Server IP : 104.21.30.238 / Your IP : 216.73.216.145 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 if ( has_nav_menu( LAYERS_THEME_SLUG . '-secondary-left' ) || has_nav_menu( LAYERS_THEME_SLUG . '-secondary-right' ) ) { ?>
<div class="header-secondary content-small invert">
<?php do_action( 'layers_before_header_secondary_inner' ); ?>
<div class="<?php if( 'layout-fullwidth' != layers_get_theme_mod( 'header-width' ) ) echo 'container'; ?> clearfix">
<?php do_action( 'layers_before_header_secondary_left_nav' ); ?>
<?php wp_nav_menu( array( 'theme_location' => LAYERS_THEME_SLUG . '-secondary-left' ,'container' => 'nav', 'container_class' => 'pull-left' , 'menu_class' => 'nav nav-horizontal', 'fallback_cb' => FALSE )); ?>
<?php do_action( 'layers_after_header_secondary_left_nav' ); ?>
<?php do_action( 'layers_before_header_secondary_right_nav' ); ?>
<?php wp_nav_menu( array( 'theme_location' => LAYERS_THEME_SLUG . '-secondary-right' ,'container' => 'nav', 'container_class' => 'pull-right' , 'menu_class' => 'nav nav-horizontal', 'fallback_cb' => FALSE )); ?>
<?php do_action( 'layers_after_header_secondary_right_nav' ); ?>
</div>
<?php do_action( 'layers_after_header_secondary_inner' ); ?>
</div>
<?php } // menus in use