%PDF- %PDF-
| Direktori : /home/casasmonvl/luxuryhotelproject/wp-content/themes/houzez/property-details/ |
| Current File : /home/casasmonvl/luxuryhotelproject/wp-content/themes/houzez/property-details/mobile-view.php |
<?php global $post, $top_area; ?>
<div class="visible-on-mobile">
<div class="mobile-top-wrap">
<div class="mobile-property-tools clearfix">
<?php get_template_part('property-details/partials/banner-nav'); ?>
<?php get_template_part('property-details/partials/tools'); ?>
</div><!-- mobile-property-tools -->
<div class="mobile-property-title clearfix">
<?php
if( houzez_option( 'detail_featured_label', 1 ) != 0 ) {
get_template_part('template-parts/listing/partials/item-featured-label');
}?>
<?php get_template_part('property-details/partials/item-labels-mobile'); ?>
<?php get_template_part('property-details/partials/title'); ?>
<?php get_template_part('property-details/partials/item-address'); ?>
<?php get_template_part('property-details/partials/item-price'); ?>
</div><!-- mobile-property-title -->
</div><!-- mobile-top-wrap -->
<?php
if($top_area == 'v6') {
get_template_part('property-details/overview');
}
?>
</div><!-- visible-on-mobile -->