File "searchform.php"

Full Path: /home/shadsolw/public_html/wp-content/themes/aalto/searchform.php
File size: 630 bytes
MIME-type: text/plain
Charset: utf-8

<form role="search" method="get" class="searchform" id="searchform-<?php echo esc_attr(rand(0, 1000)); ?>" action="<?php echo esc_url( home_url( '/' ) ); ?>">
	<label class="screen-reader-text"><?php esc_html_e( 'Search for:', 'aalto' ); ?></label>
	<div class="input-holder clearfix">
		<input type="search" class="search-field" placeholder="<?php esc_attr_e( 'Search...', 'aalto' ); ?>" value="" name="s" title="<?php esc_attr_e( 'Search for:', 'aalto' ); ?>"/>
		<button type="submit" class="edgtf-search-submit"><?php echo aalto_edge_icon_collections()->renderIcon( 'ion-ios-search', 'ion_icons' ); ?></button>
	</div>
</form>