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-5.php
<?php 
$sticky_header = houzez_option('main-menu-sticky', 0); 
$header_width = houzez_option('header_5_layout');
?>
<div class="header-desktop header-v5">
    <div class="header-top">
        <div class="<?php echo esc_attr($header_width); ?>">
            <div class="header-inner-wrap">
                <div class="d-flex align-items-center">
                    <?php 
                    if( houzez_option('social-header') != 1 ) {
                        echo '<div class="header-social-icons"></div>';
                    } 
                    ?>
                    <?php get_template_part('template-parts/header/partials/social-icons'); ?>

                    <?php get_template_part('template-parts/header/partials/logo'); ?>

                    <?php get_template_part('template-parts/header/user-nav'); ?>
                </div><!-- d-flex -->
            </div>
        </div>
    </div><!-- .header-top -->
    <div id="header-section" class="header-bottom" data-sticky="<?php echo intval($sticky_header); ?>">
        <div class="container">
            <div class="header-inner-wrap">
                <div class="d-flex flex-fill navbar-expand-lg align-items-center justify-content-center">
                    <nav class="main-nav on-hover-menu">
                        <?php get_template_part('template-parts/header/partials/nav'); ?>
                    </nav><!-- main-nav -->
                </div><!-- d-flex -->
            </div>
        </div>
    </div><!-- .header-bottom -->
</div><!-- .header-v5 -->