first commit
This commit is contained in:
14
wp-content/themes/calla/search.php
Normal file
14
wp-content/themes/calla/search.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
$eltdf_search_holder_params = calla_elated_get_holder_params_search();
|
||||
?>
|
||||
<?php get_header(); ?>
|
||||
<?php calla_elated_get_title(); ?>
|
||||
<?php do_action('calla_elated_before_main_content'); ?>
|
||||
<div class="<?php echo esc_attr( $eltdf_search_holder_params['holder'] ); ?>">
|
||||
<?php do_action( 'calla_elated_after_container_open' ); ?>
|
||||
<div class="<?php echo esc_attr( $eltdf_search_holder_params['inner'] ); ?>">
|
||||
<?php calla_elated_get_search_page(); ?>
|
||||
</div>
|
||||
<?php do_action( 'calla_elated_before_container_close' ); ?>
|
||||
</div>
|
||||
<?php get_footer(); ?>
|
||||
Reference in New Issue
Block a user