Opal-Estate-Pro/templates/elementor-templates/opalestate-split-maps-search.php

10 lines
321 B
PHP
Raw Normal View History

2019-09-10 06:27:33 +02:00
<?php
$paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1;
$rowcls = apply_filters( 'opalestate_row_container_class', 'opal-row' );
2019-09-30 06:11:35 +02:00
$atts = array(
'paged' => 1,
'search_form' => $settings['search_form']
);
?>
<?php echo opalestate_load_template_path( 'shortcodes/search-split-maps', $atts ); ?>