{#
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' %}
<form class="d-flex" role="search" method="get" action="{{ path('product_list') }}">
<div class="input-group">
<input type="hidden" name="category_id" value="" />
{{ form_widget(form.name, {'id': null, 'attr': {'class': 'form-control', 'placeholder' : '検索', 'aria-label' : 'Search' }} ) }}
<button class="btn btn-dark" type="submit"><i class="icon-search"></i></button>
</div>
</form>