?AlkantarClanX12

Your IP : 216.73.216.177


Current Path : /home/rankinh/villavanille/wp-content/plugins/drew-core/inc/header/templates/parts/
Upload File :
Current File : /home/rankinh/villavanille/wp-content/plugins/drew-core/inc/header/templates/parts/navigation.php

<?php if ( has_nav_menu( 'main-navigation' ) ) : ?>
	<nav class="qodef-header-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Top Menu', 'drew-core' ); ?>">
		<?php
		wp_nav_menu(
			array(
				'theme_location' => 'main-navigation',
				'container'      => '',
				'link_before'    => '<span class="qodef-menu-item-text">',
				'link_after'     => '</span>',
				'walker'         => new DrewCoreRootMainMenuWalker(),
			)
		);
		?>
	</nav>
<?php endif; ?>