| Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/c/u/i/cuisinesj/www/new/wp-content/themes/customizr/templates/parts/header/parts/ |
| Current File : /home/c/u/i/cuisinesj/www/new/wp-content/themes/customizr/templates/parts/header/parts/menu.php |
<?php
/**
* The template for displaying a menu ( both main and secondary in navbar or/and the sidenav one)
*/
?>
<div class="nav__menu-wrapper <?php czr_fn_echo('element_class') ?>" <?php czr_fn_echo('element_attributes') ?>>
<?php
wp_nav_menu( array(
'theme_location' => czr_fn_get_property( 'theme_location' ),
'container' => null,
'menu_class' => czr_fn_get_property( 'menu_class' ),
'fallback_cb' => czr_fn_get_property( 'fallback_cb' ),
'walker' => czr_fn_get_property( 'walker' ),
'menu_id' => czr_fn_get_property( 'menu_id' ),
'link_before' => '<span class="nav__title">',
'link_after' => '</span>',
'dropdown_on' => czr_fn_get_property( 'dropdown_on' )
) );
?>
</div>