PATH:
home
/
cuisinesj
/
www
/
new
/
wp-content
/
themes
/
customizr
/
templates
/
parts
/
header
/
parts
<?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>
[+]
..
[-] sidenav.php
[edit]
[-] title.php
[edit]
[-] menu.php
[edit]
[-] logo.php
[edit]
[-] primary_nav_utils.php
[edit]
[-] woocommerce_cart.php
[edit]
[-] branding_wrapper.php
[edit]
[-] index.php
[edit]
[-] mobile_nav_container.php
[edit]
[-] nav_search.php
[edit]
[-] search_form.php
[edit]
[-] logo_wrapper.php
[edit]
[-] topbar_nav_utils.php
[edit]
[-] menu_button.php
[edit]
[-] mobile_branding_wrapper.php
[edit]
[-] tagline.php
[edit]
[-] nav_container.php
[edit]