aboutsummaryrefslogtreecommitdiffstats
path: root/search.php
blob: 9bc626d946af3731c8173a1ed5c77e01f5cb440c (plain)
1
2
3
4
5
<?php
get_header();
get_template_part('content-search');
get_sidebar();
get_footer();