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="ec-footerRole__inner">
  10.         <ul class="ec-footerNavi">
  11.             <li class="ec-footerNavi__link">
  12.                 <a href="{{ url('help_about') }}">{{ '当サイトについて'|trans }}</a>
  13.             </li>
  14.             <li class="ec-footerNavi__link">
  15.                 <a href="{{ url('help_privacy') }}">{{ 'プライバシーポリシー'|trans }}</a>
  16.             </li>
  17.             <li class="ec-footerNavi__link">
  18.                 <a href="{{ url('help_tradelaw') }}">{{ '特定商取引法に基づく表記'|trans }}</a>
  19.             </li>
  20.             <li class="ec-footerNavi__link">
  21.                 <a href="{{ url('faq') }}">{{ 'よくあるご質問'|trans }}</a>
  22.             </li>
  23.             <li class="ec-footerNavi__link">
  24.                 <a href="{{ url('contact') }}">{{ 'お問い合わせ'|trans }}</a>
  25.             </li>
  26.         </ul>
  27.         <div class="ec-footerTitle">
  28.         
  29.             <div class="ec-footerTitle__logo">
  30.                 <a href="{{ url('homepage') }}"><img src="{{ asset('/html/template/default/assets/img/common/footer-logo.png')}}" alt="Lemanze"></a>
  31.             </div>
  32.             <div class="ec-footerTitle__copyright">copyright (c) {{ BaseInfo.shop_name }} all rights reserved.</div>
  33.          <a href="https://twitter.com/lemanze" target="_blank" style="display:block; text-align:center; margin-top:10px;">
  34.     <img src="/html/template/default/assets/img/common/logo-white.png" style="width:30px;" alt="twitter @lemanze フォローしてお得情報ゲット!">
  35. </a>
  36.         </div>
  37.     </div>
  38. </div>