app/template/default/Block/common_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 class="footer">
  9.   <div class="footer__inner">
  10.     <div class="footer__body">
  11.       <div class="footer__logo"><a href="/">
  12.         <img src="{{ asset('assets/images/common/logo_footer.png', 'user_data') }}" alt="" /></a>
  13.       </div>
  14.       <div class="footer__nav">
  15.         <div class="footer__nav-inner-1">
  16.           <div class="footer__nav-group-1">
  17.             <div class="footer__nav-title">
  18.               {#{{ '動画を見る'|trans }}#}
  19.             </div>
  20.             <ul class="footer__nav-list-1">
  21.               <li class="footer__nav-item-1">
  22.                 <a href="/">{{ 'ホームに戻る'|trans }}</a>
  23.               </li>
  24.               <li class="footer__nav-item-1">
  25.                 <a href="{{ url('user_data', {'route':'about'}) }}">{{ '健康まぁじゃん'|trans }}<br>{{ 'TVとは?'|trans }}</a>
  26.               </li>
  27.               <li class="footer__nav-item-1">
  28.                 <a href="{{ url('user_data', {'route':'member'}) }}">{{ '会員登録の流れ'|trans }}</a>
  29.               </li>
  30.               <li class="footer__nav-item-1">
  31.                 <a href="{{ url('user_data', {'route':'teacher_list'}) }}">{{ '講師紹介'|trans }}</a>
  32.               </li>
  33.               <li class="footer__nav-item-1">
  34.                 <a href="{{ url('category_list') }}">{{ 'カテゴリ一覧'|trans }}</a>
  35.               </li>
  36.               {# <li class="footer__nav-item-1">
  37.                 <a href="/news">{{ 'お知らせ'|trans }}</a>
  38.               </li> #}
  39.               {# <li class="footer__nav-item-1">
  40.                 <a href="/blog">{{ 'ブログ'|trans }}</a>
  41.               </li> #}
  42.             </ul>
  43.           </div>
  44.         </div>
  45.         <div class="footer__nav-inner-2">
  46.           <div class="footer__nav-group-2">
  47.             <ul class="footer__nav-list-2">
  48.               <li class="footer__nav-item-2">
  49.                 <a href="{{ url('user_data', {'route':'faq'}) }}">{{ 'よくあるご質問'|trans }}</a>
  50.               </li>
  51.               <li class="footer__nav-item-2">
  52.                 <a href="{{ url('user_data', {'route':'tradelaw'}) }}">{{ '特定商取引法に'|trans }}<br>{{ '基づく表記'|trans }}</a>
  53.               </li>
  54.               <li class="footer__nav-item-2">
  55.                 <a href="{{ url('user_data', {'route':'company'}) }}">{{ '運営会社情報'|trans }}</a>
  56.               </li>
  57.               <li class="footer__nav-item-2">
  58.                 <a href="{{ url('user_data', {'route':'terms'}) }}">{{ '利用規約'|trans }}</a>
  59.               </li>
  60.             </ul>
  61.             <ul class="footer__nav-list-3">
  62.               <li class="footer__nav-item-2">
  63.                 <a href="{{ url('user_data', {'route':'privacy'}) }}">{{ '個人情報保護方針'|trans }}</a>
  64.               </li>
  65.               <li class="footer__nav-item-2">
  66.                 <a href="{{ url('mypage_withdraw') }}">{{ '退会手続き'|trans }}</a>
  67.               </li>
  68.               <li class="footer__nav-item-2">
  69.                 <a href="{{ url('contact') }}">{{ 'お問い合わせ'|trans }}</a>
  70.               </li>
  71.             </ul>
  72.           </div>
  73.         </div>
  74.       </div>
  75.     </div>
  76.     <div class="footer__foot">
  77.       <small>{{ 'Copyright © 2022 健康まぁじゃんTV All Rights Reserved.'|trans }}</small>
  78.     </div>
  79.   </div>
  80.   <div id="js-pagetop" class="footer__btn-pagetop">
  81.     <img src="{{ asset('assets/images/common/btn_pagetop.svg', 'user_data') }}" alt="" />
  82.   </div>
  83. </footer>
  84. <div class="noscript__nocookie">
  85.     <div class="no__layer">
  86.         <h2 class="noscript">このサイトはJavaScriptを使用しています<br>JavaScriptを有効にしてご利用ください</h2>
  87.         <h2 class="nocookie">このサイトはCookieを使用しています<br>Cookieを有効にしてご利用ください</h2>
  88.     </div>
  89. </div>
  90. <script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
  91. <script src="{{ asset('assets/js/main.bundle.js', 'user_data') }}"></script>