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.                 <a href="https://kuraka-g.com/shop/">
  13.                     <img src="https://kuraka-g.com/assets/images/ec-logo.webp">
  14.                 </a>
  15.                 <!--
  16.                 <h1>
  17.                     <a href="{{ url('homepage') }}">
  18.                         {{ BaseInfo.shop_name }}
  19.                     </a>
  20.                 </h1>
  21.                 -->
  22.             </div>
  23.         </div>
  24.     </div>
  25. </div>