11 lines
372 B
PHP
Executable File
11 lines
372 B
PHP
Executable File
<?php
|
|
$settings = $this->get_settings_for_display();
|
|
$layout = $settings['item_layout'];
|
|
$form = $settings['search_form'] ? "search-agency-form-".$settings['search_form']: "search-agency-form";
|
|
|
|
|
|
?>
|
|
<div class="search-agency-form-wrap">
|
|
<?php echo opalestate_load_template_path( 'parts/'.$form, array('current_uri' => $settings['current_uri'] ) ); ?>
|
|
</div>
|
|
|