{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% form_theme form 'Form/form_div_layout.twig' %}
<div class="side-searchbox">
<form method="get" action="{{ path('product_list') }}">
<input type="hidden" name="category_id" id="category_id" value="428">
<div>
{{ form_widget(form.name, {'id': null, 'attr': {'class': 'search-name', 'placeholder' : 'common.search_keyword' }} ) }}
<button type="submit">
<img src="{{ asset('/html/user_data/assets/img/searchbtn.png') }}" alt="">
</button>
</div>
</form>
</div>