Current File : /home/kelaby89/topflowroofingplumbing.com.au/wp-content/themes/homlane/searchform2.php |
<?php
/**
* Search Form template
*
* @package HOMLANE
* @author Theme Arc
* @version 1.0
*/
if ( ! defined( 'ABSPATH' ) ) {
die( 'Restricted' );
}
?>
<form action="<?php echo esc_url( home_url( '/' ) ); ?>" method="get">
<div class="form-group">
<fieldset>
<input type="search" class="form-control" name="s" placeholder="<?php echo esc_attr__( 'Type your keyword and hit', 'homlane' ); ?>" value="<?php echo get_search_query(); ?>" required >
<button type="submit"><i class="icon-1"></i></button>
</fieldset>
</div>
</form>