| Current Path : /var/www/html/amopropiedades.com/wp-content/themes/houzez/property-details/ |
| Current File : /var/www/html/amopropiedades.com/wp-content/themes/houzez/property-details/sub-listing-main.php |
<?php
global $multi_units_ids;
$multi_units_ids = houzez_get_listing_data('multi_units_ids');
if($multi_units_ids != "") {
get_template_part('property-details/sub-listings');
} else {
get_template_part('property-details/sub-listings-table');
}
?>