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'); ?>