• File: search.php
  • Full Path: /home/lef/public_html/wp-content/themes/care3/search.php
  • File size: 305 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php get_header(); ?>
<div id="container_bg">
<div id="content" class="left" >
<?php get_template_part( 'loop', 'archive' ); ?>
</div><!-- #content -->
<div id="sidebar_right">
<?php get_sidebar(); ?>
</div><!--#sidebar_right-->

<div class="clear"></div>
</div><!-- #container -->
<?php get_footer(); ?>