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/top-area-v5.php
<?php
$fave_property_images = get_post_meta(get_the_ID(), 'fave_property_images', false);

if( !empty($fave_property_images) ) { ?>
<div class="property-top-wrap">
    <div class="property-banner">
		<div class="container hidden-on-mobile">
			<?php get_template_part('property-details/partials/banner-nav'); ?>
		</div><!-- container -->
		<div class="tab-content" id="pills-tabContent">
			<?php get_template_part('property-details/partials/media-tabs'); ?>
		</div><!-- tab-content -->
	</div><!-- property-banner -->
</div><!-- property-top-wrap -->
<?php } ?>
<?php get_template_part('property-details/property-title'); ?>