app/template/default/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>ナカトミ直営ネットショップ</h1>
  13.                 <div class="img_A">
  14.                 <span>
  15.                     <a href="{{ url('homepage') }}">
  16.                         <img src="{{ asset('assets/img/common/logo_nakatomi.svg') }}" class="" alt="ナカトミ直営ネットショップロゴ">
  17.                     </a>
  18.                 </span>
  19.                    <div class="img_B">
  20.                         <span>
  21.                             <a href="{{ url('homepage') }}user_data/airtec" >
  22.                                 <img src="{{ url('homepage') }}html/user_data/assets/img/AIRTEC/AIRTEC_TOP_banner.png">
  23.                             </a>
  24.                         </span>
  25.                     </div>
  26.                 </div>              
  27.             </div>
  28.         </div>
  29.     </div>
  30. </div>