• File: searchform.php
  • Full Path: /home/lef/public_html/wp-content/themes/care3/searchform.php
  • File size: 315 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * The template for displaying search forms
 */
?>
	<div class="searchform">
	<form method="get" class="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
			<input  onfocus="this.value=''" onblur="this.value='Search...'" type="text" value="Search..." name="s" class="s" />
			</form>
	</div>