HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/dallavitae/OLD_WP/wp-content/themes/layerswp/partials/header-centered.php
<?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>