You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
366 B
8 lines
366 B
<?php get_header(); ?> <!-- ouvrir header,php -->
|
|
<main>
|
|
<h1 class="page-title"><i class="fa fa-fw fa-search" aria-hidden="true"></i><?php _e('', 'sandbox') ?> Recherche pour le terme « <?php echo get_search_query(); ?> »</h1>
|
|
|
|
<?php include(TEMPLATEPATH . '/components/preview-list.php'); ?>
|
|
</main>
|
|
<?php get_sidebar(); ?>
|
|
<?php get_footer(); ?>
|
|
|