HEX
Server: Apache
System: Linux pdx1-shared-a2-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: dh_hwg2wc (6369923)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/dh_hwg2wc/fnaluxury.com/wp-content/themes/houzez/template-parts/header/header-mobile.php
<div id="header-mobile" class="header-mobile d-flex align-items-center" data-sticky="<?php echo houzez_option('mobile-menu-sticky', 0); ?>">
	<div class="header-mobile-left">
		<button class="btn toggle-button-left">
			<i class="houzez-icon icon-navigation-menu"></i>
		</button><!-- toggle-button-left -->	
	</div><!-- .header-mobile-left -->
	<div class="header-mobile-center flex-grow-1">
		<?php get_template_part('template-parts/header/partials/logo-mobile'); ?>
	</div>

	<div class="header-mobile-right">
		<?php if( houzez_option('header_login') || houzez_option('header_register') || houzez_option('create_lisiting_enable') ) { ?>
		<button class="btn toggle-button-right">
			<i class="houzez-icon icon-single-neutral-circle ml-1"></i>
		</button><!-- toggle-button-right -->	
		<?php } ?>
	</div><!-- .header-mobile-right -->
	
</div><!-- header-mobile -->