app/template/million01/Block/logo.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-headerRole">
  9.     <div class="ec-headerRole__title">
  10.         <div class="ec-headerTitle">
  11.             <div class="ec-headerTitle__title">
  12.                 <h1>
  13.                     <a href="{{ url('homepage') }}" title="ミリオンストア TOPページ">
  14.                         <picture>
  15.                             <source media="(max-width: 767px)" srcset="{{ asset('assets/img/common/logo_store_wt.png') }}">
  16.                             <img src="{{ asset('assets/img/common/logo.png') }}" alt="ロゴ ミリオンストア">
  17.                         </picture>
  18.                     </a>
  19.                 </h1>
  20.                 <div class="header-delivery">
  21.                     <div class="ec-headerNaviRole__right">
  22.                         <div class="ec-headerNaviRole__nav">
  23.                             {{ include('Block/login.twig') }}
  24.                         </div>
  25.                         <div class="ec-headerRole__cart">
  26.                             {{ include('Block/cart.twig') }}
  27.                         </div>
  28.                     </div>
  29.                 </div>
  30.             </div>
  31.         </div>
  32.     </div>
  33. </div>