Viewing File: /home/maglabs/etascom/wp-content/themes/agenzio/searchform.php

<?php
/**
 * Search Form
 */
?>
<form role="search" method="get" class="search-form" action="<?php echo esc_url(home_url( '/' )); ?>">
	<div class="searchform-wrap">
        <input type="text" placeholder="<?php esc_attr_e('Search here...', 'agenzio'); ?>" name="s" class="search-field" />
    	<button type="submit" class="search-submit">
            <i>
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M505 442.7l-99.7-99.7c28.3-34.9 45.4-79.2 45.4-127.7 0-114.9-93.1-208-208-208S35 100.4 35 215.3s93.1 208 208 208c48.5 0 92.8-17.1 127.7-45.4l99.7 99.7c18.7 18.7 49.1 18.7 67.9 0 18.7-18.7 18.7-49.1 0-67.9zM243 387c-94.1 0-171-76.9-171-171s76.9-171 171-171 171 76.9 171 171-76.9 171-171 171z"></path></svg>
            </i>
        </button>
    </div>
</form>
Back to Directory File Manager