app/template/magamar/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="footer-inner">
  9.     <div class="footer-logo">
  10.         {{ include('Block/logo.twig') }}
  11.     </div>
  12.     <div class="footer-navi">
  13.         <ul class="footer-navi__list">
  14.             <li class="footer-navi__item">
  15.                 <a href="{{ url('help_guide') }}">{{ 'ご注文ガイド'|trans }}</a>
  16.             </li>
  17.             <li class="footer-navi__item">
  18.                 <a href="{{ url('help_agreement') }}">{{ 'ご利用規約'|trans }}</a>
  19.             </li>
  20.             <li class="footer-navi__item">
  21.                 <a href="{{ url('help_privacy') }}">{{ 'プライバシーポリシー'|trans }}</a>
  22.             </li>
  23.             <li class="footer-navi__item">
  24.                 <a href="{{ url('help_tradelaw') }}">{{ '特定商取引法に基づく表記'|trans }}</a>
  25.             </li>
  26.             <li class="footer-navi__item">
  27.                 <a href="{{ url('contact') }}">{{ 'お問い合わせ'|trans }}</a>
  28.             </li>
  29.         </ul>
  30.         <p class="copyright">©&ensp;2025&ensp;advance&ensp;Co.,&ensp;Ltd.</p>
  31.     </div>
  32. </div>