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/property-details/property-title.php
<?php global $top_area; ?>
<div class="page-title-wrap">
    <div class="container">
        <div class="d-flex align-items-center">
            <?php get_template_part('template-parts/page/breadcrumb'); ?>
            <?php get_template_part('property-details/partials/tools'); ?> 
        </div><!-- d-flex -->
        <div class="d-flex align-items-center property-title-price-wrap">
            <?php get_template_part('property-details/partials/title'); ?>
            <?php get_template_part('property-details/partials/item-price'); ?>
        </div><!-- d-flex -->
        <div class="property-labels-wrap">
        <?php 
        if( $top_area != 'v2' ) {
            get_template_part('property-details/partials/item-labels'); 
        }
        ?>
        </div>
        <?php get_template_part('property-details/partials/item-address'); ?>
    </div><!-- container -->
</div><!-- page-title-wrap -->