app/template/default/Block/footer.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-footerRole">
  9.     <div class="container list_left_pc">
  10.         <div id="footer_logo">
  11.             <img src="{{ asset('assets/img/common/footer_logo.png','user_data') }}" />
  12.         </div>
  13.         <div>
  14.             株式会社 比叡ゆば本舗ゆば八<br>
  15.             大津本店 滋賀県大津市中央4丁目3番10号
  16.             <ul class="sns_box list_left list_horizontal">
  17.                 <li><a href="https://www.facebook.com/hieiyuba" target="_blank"><i class="fab fa-facebook-square fa-fw fa-2x ro"></i></a></li>
  18.                 <li><a href="https://www.instagram.com/hieiyuba/" target="_blank"><i class="fab fa-instagram fa-fw fa-2x ro"></i></a></li>
  19.                 <li><a href="https://www.youtube.com/@user-sl3be7lt4e" target="_blank"><i class="fab fa-youtube fa-fw fa-2x ro"></i></a></li>
  20.             </ul>
  21.         </div>
  22.         <div class="ec-footerRole__inner">
  23.             <ul class="ec-footerNavi">
  24.                 <li class="ec-footerNavi__link">
  25.                     <a href="{{ url('help_about') }}">{{ '当サイトについて'|trans }}</a>
  26.                 </li>
  27.                 <li class="ec-footerNavi__link">
  28.                     <a href="{{ url('help_privacy') }}">{{ 'プライバシーポリシー'|trans }}</a>
  29.                 </li>
  30.                 <li class="ec-footerNavi__link">
  31.                     <a href="{{ url('help_tradelaw') }}">{{ '特定商取引法に基づく表記'|trans }}</a>
  32.                 </li>
  33.                 <li class="ec-footerNavi__link">
  34.                     <a href="{{ url('contact') }}">{{ 'お問い合わせ'|trans }}</a>
  35.                 </li>
  36.             </ul>
  37.         </div>
  38.     </div>
  39.     <div class="ec-footerTitle">
  40.         <div class="ec-footerTitle__copyright">copyright (c) {{ BaseInfo.shop_name }} all rights reserved.</div>
  41.     </div>
  42. </div>