app/template/myufull1/Block/logo.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) LOCKON CO.,LTD. All Rights Reserved.
  4. http://www.lockon.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="{{ BaseInfo.shop_name }}">
  14.             <img src="{{ asset('assets/img/common/logo_ja.png') }}" class="d-none d-md-block" alt="{{ BaseInfo.shop_name }}">
  15.             <img src="{{ asset('assets/img/common/logomark_ja.png') }}" class="d-block d-md-none" alt="{{ BaseInfo.shop_name }}">
  16.           </a>
  17.         </h1>
  18.       </div>
  19.     </div>
  20.   </div>
  21. </div>