2019-09-13 06:11:59 +02:00
|
|
|
<?php
|
|
|
|
$display = [
|
|
|
|
'style' => $settings['style'],
|
|
|
|
'style_list' => $settings['style_list'],
|
|
|
|
'column' => $settings['column'],
|
|
|
|
];
|
2019-09-10 06:27:33 +02:00
|
|
|
|
|
|
|
?>
|
|
|
|
<div class="opalesate-properties-ajax opalesate-properties-results" data-mode="html">
|
2019-09-13 06:11:59 +02:00
|
|
|
<?php echo opalestate_load_template_path( 'shortcodes/ajax-map-search-result', $display ); ?>
|
|
|
|
</div>
|