app/template/magamar/Block/header.twig line 19

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="header-inner">
  9.     <div class="header-logo">
  10.         <h1>
  11.             {{ include('Block/logo.twig') }}
  12.         </h1>
  13.     </div>
  14.     <div class="header-navi">
  15.         <div class="ec-headerRole__search header-search">
  16.             {{ render(path('block_search_product')) }}
  17.         </div>
  18.         <div class="ec-headerRole__cart cart-menu">
  19.             {{ include('Block/cart.twig') }}
  20.         </div>
  21.         <div class="ec-headerRole__member member-menu">
  22.             {{ include('Block/login.twig') }}
  23.         </div>
  24.     </div>
  25. </div>