HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/templates/header/mobile-menu.php
<?php
/**
 * Header Mobile Menu Template
 *
 */
?>

<div class="menu-mobile-effect navbar-toggle" data-effect="mobile-effect">
	<span class="icon-bar"></span>
	<span class="icon-bar"></span>
	<span class="icon-bar"></span>
</div><!-- .menu-mobile-effect -->

<ul class="nav navbar-nav">
	<?php
	if ( has_nav_menu( 'primary' ) ) {
		wp_nav_menu( array(
			'theme_location' => 'primary',
			'container'      => false,
			'items_wrap'     => '%3$s'
		) );
	} else {
		wp_nav_menu( array(
			'theme_location' => '',
			'container'      => false,
			'items_wrap'     => '%3$s'
		) );
	}

	//  right menu sidebar
	if (is_active_sidebar('right_menu')) {
		echo '<li class="menu-right">';
		dynamic_sidebar('right_menu');
		echo '</li>';
	}
	?>
</ul><!-- .nav -->

<ul id="primary-menu" class="nav navbar-nav navbar">
	<?php
	wp_nav_menu( array(
		'theme_location' => 'primary',
		'container'      => false,
		'items_wrap'     => '%3$s',
		'fallback_cb'    => 'thim_main_menu_fallback',
	) );

	//  right menu sidebar
	if ( is_active_sidebar( 'right_menu' ) ) {
		echo '<li class="menu-right">';
		dynamic_sidebar( 'right_menu' );
		echo '</li>';
	}
	?>
</ul><!-- #primary-menu -->