app/template/idealinc/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. <!-- FOOTER -->
  9. <footer>
  10.     <p class="footer_logo">
  11.         <a href="{{ url('homepage') }}">
  12.             <img src="{{ asset('assets/img/home2023/footer_logo.svg') }}" alt="イデアル">
  13.         </a>
  14.     </p>
  15.     <div class="footer_contents">
  16.         <div>
  17.             <ul class="footerList1">
  18.             <li><a href="{{ url('homepage') }}">TOP</a></li>
  19.             <li><a href="{{ url('shop_dialogue_top') }}">DIALOGUE</a></li>
  20.             <li><a href="{{ url('shop_ensemble_top') }}">ENSEMBLE</a></li>
  21.             <li><a href="{{ url('shop_flair_top') }}">FLAIR</a></li>
  22.             <li><a href="{{ url('shop_gathering_top') }}">GATHERING</a></li>
  23.             </ul>
  24.         </div>
  25.         <div>
  26.             <ul class="footerList2">
  27.             <li><a href="{{ url('help_guide') }}">ご利用ガイド</a></li>
  28.             <li><a href="{{ url('faq') }}">よくある質問</a></li>
  29.             <li><a href="{{ url('help_privacy') }}">プライバシーポリシー</a></li>
  30.             <li><a href="{{ url('help_tradelaw') }}">特定消費取引に基づく表記</a></li>
  31.             <li><a href="{{ url('contact') }}">お問い合わせ</a></li>
  32.             </ul>
  33.         </div>
  34.         <div>
  35.             <p class="copyright">© 2021 IDEAL | Supported by Cloudot Inc.</p>
  36.         </div>
  37.     </div>
  38. </footer>
  39. {% if footerBrandListFlg is defined and footerBrandListFlg and shop %}
  40. <div class="brand spShow f_list">
  41.     <a href="{{ url('brand_list', {'shop': shop}) }}"><span>BRAND LIST</span></a>
  42.     <a href="{{ url('item_list', {'shop': shop}) }}"><span>ITEM</span></a>
  43. </div>
  44. {% endif %}