Your IP : 216.73.216.187


Current Path : /home/e/x/h/exhehbu/www/wp-content/themes/revolution/inc/templates/header/
Upload File :
Current File : /home/e/x/h/exhehbu/www/wp-content/themes/revolution/inc/templates/header/mobile-menu-secondary.php

<?php
if ( has_nav_menu( 'secondary-menu' ) ) {  ?>
	<span class="thb-secondary-bar"></span>
	<?php
	wp_nav_menu(
		array(
			'theme_location' => 'secondary-menu',
			'depth'          => 1,
			'container'      => false,
			'menu_class'     => 'thb-secondary-menu',
		)
	);
}