Opal-Estate-Pro/templates/elementor-templates/opalestate-search-property-results.php

14 lines
364 B
PHP
Raw Normal View History

2019-09-10 06:27:33 +02:00
<?php
$display = array(
'style' => $settings['style'],
'column' => $settings['column']
);
// echo time().'<pre> ha congtein' . print_r( $display ,1 ).'</pre>';
?>
<div class="opalesate-properties-ajax opalesate-properties-results" data-mode="html">
<?php echo opalestate_load_template_path( 'shortcodes/ajax-map-search-result' , $display ); ?>
</div>