app/template/magamar/Block/header_search.twig line 14

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. <div class="ec-headerSearchRoleWrap">
  9.     <div class="ec-headerSearchRole">
  10.         <div class="ec-headerSearchRole__search">
  11.             {{ render(path('block_search_product')) }}
  12.         </div>
  13.         <div class="ec-headerSearchRole__allitem">
  14.             <a href="{{ url('product_list') }}">全ての商品を見る</a>
  15.         </div>
  16.     </div>
  17. </div>