D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
skyconb
/
www
/
wp-content
/
themes
/
mouno
/
Filename :
searchform.php
back
Copy
<?php /** * Search Form */ ?> <form role="search" method="get" class="search-form" action="<?php echo esc_url(home_url( '/' )); ?>"> <div class="search-form-control"> <input type="text" placeholder="<?php esc_attr_e('Search here...', 'mouno'); ?>" name="s" class="search-field" /> <button type="submit" class="search-submit"><i class="flaticon-loupe"></i></button> </div> </form>