app/template/cosme41/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_guide') }}">{{ 'ご利用ガイド'|trans }}</a>
  13.             </li>
  14.             <li class="ec-footerNavi__link">
  15.                 <a href="{{ url('help_about') }}">{{ '当サイトについて'|trans }}</a>
  16.             </li>
  17.             <li class="ec-footerNavi__link">
  18.                 <a href="{{ url('help_privacy') }}">{{ 'プライバシーポリシー'|trans }}</a>
  19.             </li>
  20.             <li class="ec-footerNavi__link">
  21.                 <a href="{{ url('help_tradelaw') }}">{{ '特定商取引法に基づく表記'|trans }}</a>
  22.             </li>
  23.             <li class="ec-footerNavi__link">
  24.                 <a href="https://www.owl-horie.com/contact">{{ 'お問い合わせ'|trans }}</a>
  25.             </li>
  26.         </ul>
  27.         <div class="ec-footerTitle">
  28.             <div class="ec-footerTitle__logo">
  29.                 <a href="{{ url('homepage') }}">owls cosme</a>
  30.             </div>
  31.             <div class="ec-footerTitle__copyright">© 2002-2022 O'sNEST Ltd. All Rights Reserved.<br>
  32.             記載文章・画像の著作権は有限会社オズネストに属します</div>
  33.         </div>
  34.     </div>
  35. </div>