Opal-Estate-Pro/templates/shortcodes/search-map-properties.php
2019-09-10 11:27:33 +07:00

9 lines
322 B
PHP
Executable File

<?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>