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/header_v4.php
<?php
/**
 * Header v4 template
 *
 */

$thim_options = get_theme_mods();
?>

<div class="row">
	<div class="navigation col-sm-12">
		<div class="show_xs">
			<?php
			//  right menu sidebar
			if ( is_active_sidebar( 'toolbar' ) ) {
				echo '<div class="top-toolbar">';
				dynamic_sidebar( 'toolbar' );
				echo '</div>';
			}
			?>
		</div>
		<div class="tm-table">
			<div class="width-logo table-cell sm-logo">
				<?php do_action( 'thim_header_logo' ); ?>
				<?php do_action( 'thim_header_sticky_logo' ); ?>
			</div><!-- .width-logo -->

			<nav class="width-navigation table-cell table-right main-navigation">
				<?php
				//  right menu sidebar
				if ( is_active_sidebar( 'toolbar' ) ) {
					echo '<div class="top-toolbar">';
					dynamic_sidebar( 'toolbar' );
					echo '</div>';
				}
				?>
				<div class="inner-navigation">
					<?php get_template_part( 'templates/header/main-menu' ); ?>
				</div>
			</nav><!-- .width-navigation -->

			<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 -->
		</div><!-- .tm-table -->
	</div><!-- .navigation -->
</div><!-- .row -->