Origin commit
This commit is contained in:
14
templates/elementor-templates/opalestate-search-property-results.php
Executable file
14
templates/elementor-templates/opalestate-search-property-results.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user