File: /var/www/k8148-2/htdocs/www.sport-roth.at/old/wp-content/themes/daniel/searchform.php
<?php
/**
* The template for displaying Search form.
*
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package daniel
*/
?>
<form class="pro-sidebar-search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>" method="GET">
<input type="search" name="s" placeholder="<?php echo esc_attr_x( 'Search Here', 'placeholder', 'daniel' ); ?>">
<button><i class="sli sli-magnifier"></i></button>
</form>