0byt3m1n1
Path:
/
var
/
lib
/
vz
/
www
/
clients
/
client6
/
web11
/
web
/
wp-content
/
themes
/
vw-ecommerce-store
/
[
Home
]
File: searchform.php
<?php /** * The template for displaying search forms in VW Ecommerce Store * * @package VW Ecommerce Store */ ?> <form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <label> <input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search', 'placeholder','vw-ecommerce-store' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s"> </label> <input type="submit" class="search-submit" value="<?php echo esc_attr_x( 'Search', 'submit button','vw-ecommerce-store' ); ?>"> </form>