app/template/default/Block/header.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. <div class="ec-headerNaviRole__right">
  9.     <div class="ec-headerNaviRole__nav">
  10.         {{ include('Block/login.twig') }}
  11.     </div>
  12.     <div class="ec-headerRole__cart">
  13.         {{ include('Block/cart.twig') }}
  14.     </div>
  15. </div>