• File: sidebar.php
  • Full Path: /home/lef/public_html/wp-content/themes/care3/sidebar.php
  • File size: 368 bytes
  • MIME-type: text/plain
  • Charset: utf-8
<div id="primary" class="widget-area">
<ul class="xoxo">

<?php if ( ! dynamic_sidebar( 'primary-widget-area' ) ) : ?>
<li id="search" class="widget-container widget_search">
			<h3 class="widget-title"><?php _e( 'Search', 'care' ); ?></h3>
				<?php get_search_form(); ?>
			</li>

<?php endif; // end primary widget area ?>
</ul>
</div><!-- #primary .widget-area -->