Opal-Estate-Pro/templates/elementor-templates/opalestate-search-property-results.php
2019-09-13 11:11:59 +07:00

12 lines
331 B
PHP
Executable File

<?php
$display = [
'style' => $settings['style'],
'style_list' => $settings['style_list'],
'column' => $settings['column'],
];
?>
<div class="opalesate-properties-ajax opalesate-properties-results" data-mode="html">
<?php echo opalestate_load_template_path( 'shortcodes/ajax-map-search-result', $display ); ?>
</div>