app/template/default/Block/footer_s.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-footerBanner">
  9.     <span class="background-dim"></span>
  10.     <img class="ec-footerBanner-bg" src="{{ asset('assets/img/common/1270809_l-2048x1365.jpg') }}">
  11.     <div class="ec-footerLogo">
  12.         <a href="{{ url('homepage') }}">
  13.             <figure class="ec-aligncenter">
  14.                 <img src="{{ asset('assets/img/common/BENE_WHITING_LOGO-w.png') }}" class="ec-footerLogo-img" style="width:auto;height:100px!important;">
  15.             </figure>
  16.         </a>
  17.     </div>
  18. </div>
  19. <div class="ec-footerRole">
  20.     <div class="ec-footerRole__inner">
  21.         <ul class="ec-footerNavi">
  22.             <li class="ec-footerNavi__link">
  23.                 <a href="{{ url('help_about') }}">{{ '当サイトについて'|trans }}</a>
  24.             </li>
  25.             <li class="ec-footerNavi__link">
  26.                 <a href="{{ url('help_privacy') }}">{{ 'プライバシーポリシー'|trans }}</a>
  27.             </li>
  28.             <li class="ec-footerNavi__link">
  29.                 <a href="{{ url('help_tradelaw') }}">{{ '特定商取引法に基づく表記'|trans }}</a>
  30.             </li>
  31.             <li class="ec-footerNavi__link">
  32.                 <a href="{{ url('contact') }}">{{ 'お問い合わせ'|trans }}</a>
  33.             </li>
  34.         </ul>
  35.         <div class="ec-footerTitle">
  36.             <div class="ec-footerTitle__copyright">© {{ BaseInfo.shop_name }} 2024 All Rights Reserved.</div>
  37.         </div>
  38.     </div>
  39. </div>