This commit is contained in:
Hoang Huu
2019-09-13 11:11:59 +07:00
parent 558fb07261
commit 362dc5c097
3 changed files with 24 additions and 14 deletions

View File

@@ -1,14 +1,11 @@
<?php
$display = array(
'style' => $settings['style'],
'column' => $settings['column']
);
// echo time().'<pre> ha congtein' . print_r( $display ,1 ).'</pre>';
<?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>
<?php echo opalestate_load_template_path( 'shortcodes/ajax-map-search-result', $display ); ?>
</div>