Opal-Estate-Pro/templates/elementor-templates/opalestate-searchbox.php

10 lines
209 B
PHP
Raw Normal View History

2019-09-10 06:27:33 +02:00
<?php
if ( ! class_exists( 'OpalEstate_Search' ) ) {
return;
}
?>
<div class="search-properies-form">
<?php echo opalestate_load_template_path( 'search-box/'.$settings['style'] , $settings ); ?>
</div>