PATH:
home
/
lab2454c
/
sothebankuab.com
/
wp-content
/
themes
/
sinatra
/
template-parts
/
header
<?php /** * The template for displaying header navigation. * * @package Sinatra * @author Sinatra Team <hello@sinatrawp.com> * @since 1.0.0 */ ?> <nav class="site-navigation main-navigation sinatra-primary-nav sinatra-nav si-header-element" role="navigation"<?php sinatra_schema_markup( 'site_navigation' ); ?> aria-label="<?php echo esc_attr( 'Site Navigation', 'sinatra' ); ?>"> <?php if ( has_nav_menu( 'sinatra-primary' ) ) { wp_nav_menu( array( 'theme_location' => 'sinatra-primary', 'menu_id' => 'sinatra-primary-nav', 'container' => '', 'link_before' => '<span>', 'link_after' => '</span>', ) ); } else { wp_page_menu( array( 'menu_class' => 'sinatra-primary-nav', 'show_home' => true, 'container' => 'ul', 'before' => '', 'after' => '', 'link_before' => '<span>', 'link_after' => '</span>', ) ); } ?> </nav><!-- END .sinatra-nav -->
[-] base.php
[edit]
[+]
widgets
[+]
..
[-] header-layout-3.php
[edit]
[-] header-layout-1.php
[edit]
[-] navigation.php
[edit]
[-] header-layout-2.php
[edit]
[-] logo.php
[edit]