Opal-Estate-Pro/templates/shortcodes/search-map-properties.php

9 lines
322 B
PHP
Raw Normal View History

2019-09-10 06:27:33 +02:00
<?php echo opalestate_load_template_path( 'shortcodes/search-properties' );
$display = '';
?>
<div class="container">
<div class="opalesate-properties-ajax opalesate-properties-results" data-mode="html">
<?php echo opalestate_load_template_path( 'shortcodes/ajax-map-search-result', $display ); ?>
</div>
</div>