app/template/default/Block/side_serch_buy.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. {% form_theme form 'Form/form_div_layout.twig' %}
  9. <div class="side-searchbox">
  10.     <form method="get" action="{{ path('product_list') }}">
  11.         <input type="hidden" name="category_id" id="category_id" value="217">
  12.         <div>
  13.             {{ form_widget(form.name, {'id': null, 'attr': {'class': 'search-name', 'placeholder' : 'common.search_keyword' }} ) }}
  14.             <button type="submit">
  15.                     <img src="{{ asset('/html/user_data/assets/img/searchbtn.png') }}" alt="">
  16.             </button>
  17.         </div>
  18.     </form>
  19. </div>