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. <header class="ak-header">
  9.     <div class="ak-header_inner">
  10.         
  11.         <h1 class="ak-header_company_logo"> <a href="https://sauna-vihta-c.com/"><img src="/html/user_data/assets/img/logo.jpg" alt="" width="280"></a></h1>
  12.         
  13.         
  14. <div class="header__menu">
  15.     <div class="ec-headerNaviRole__right">
  16.         <!--<div class="ec-headerNaviRole__nav">
  17.             {{ include('Block/login.twig') }}
  18.         </div>-->
  19.         <div class="ec-headerRole__cart">
  20.             {{ include('Block/cart.twig') }}
  21.         </div>
  22.     </div>
  23. </div>
  24.         
  25.     </div>
  26. </header>