File "searchform.php"
Full Path: /home/exhehbu/www/wp-content/themes/revolution/searchform.php
File size: 505 bytes
MIME-type: text/plain
Charset: utf-8
<!-- Start SearchForm -->
<form method="get" class="searchform" role="search" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<div class="searchform-bar"></div>
<fieldset>
<input name="s" type="text" class="s" placeholder="<?php esc_html_e( 'Type here to search', 'revolution' ); ?>">
<button type="submit" class="submit" aria-label="<?php esc_html_e( 'Search', 'revolution' ); ?>"><?php get_template_part( 'assets/img/svg/search.svg' ); ?></button>
</fieldset>
</form>
<!-- End SearchForm -->