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="">
  9. <footer class="footer">
  10.   <!-- back to top mobile only -->
  11.   <div class="btn_primary-to-top_wrap mobile-only-890-flex">
  12.     <button class="btn_primary btn_primary-to-top" onclick="javascript:void(0);" type="button" id="back-to-top-id">
  13.       <img class="btn_primary-icon" src="{{ asset('assets/img/default/icons/icon-to-top.svg') }}" alt="" width="24" height="24" />
  14.       <span class="btn_primary-text">ページトップへ</span>
  15.     </button>
  16.   </div>
  17.   <!-- Main content -->
  18.   <div class="footer__main">
  19.     <!-- Top utility bar -->
  20.     <div class="header__menu footer__menu">
  21.       <div class="header__menu-inner">
  22.         <div class="header__brand">
  23.           <a href="{{ url('homepage') }}">
  24.             <img class="header__brand-logo" src="{{ asset('assets/img/default/icons/logo.svg') }}" alt="WoodTech" width="209" height="32" />
  25.           </a>
  26.           <span class="header__brand-caption">炭から始まる明るい未来</span>
  27.           <div class="header__brand-caption-line"></div>
  28.         </div>
  29.         <div class="header__utility">
  30.           <nav class="header__nav" aria-label="グローバルナビ">
  31.             <button class="btn_primary btn_primary-to-top" type="button" id="back-to-top-id">
  32.               <img class="btn_primary-icon" src="{{ asset('assets/img/default/icons/icon-to-top.svg') }}" alt="" width="24" height="24" />
  33.               <span class="btn_primary-text">ページトップへ</span>
  34.             </button>
  35.           </nav>
  36.           <a class="header__utility-item" href="{{ url('mypage') }}">
  37.             <img class="header__utility-icon" src="{{ asset('assets/img/default/icons/icon-user.svg') }}" alt="" width="32" height="32" />
  38.             <span class="header__utility-label">マイページ</span>
  39.           </a>
  40.           <span class="header__utility-sep" aria-hidden="true"></span>
  41.           <a class="header__utility-item" href="{{ url('cart') }}">
  42.             <img class="header__utility-icon" src="{{ asset('assets/img/default/icons/icon-cart.svg') }}" alt="" width="32" height="32" />
  43.             <span class="header__utility-label">カート</span>
  44.           </a>
  45.         </div>
  46.       </div>
  47.     </div>
  48.     <div class="footer__content">
  49.       <!-- Left: Contact section -->
  50.       <div class="footer__contact">
  51.         <div class="footer__headline">
  52.           <span class="footer__headline-line1">あの備長炭が</span>
  53.           <span class="footer__headline-line2">買えてしまう。</span>
  54.         </div>
  55.         <div class="footer__contact-info">
  56.           <div class="footer__contact-address">
  57.             <img class="footer__contact-icon" src="{{ asset('assets/img/default/icons/icon-access-address.svg') }}" alt="" width="20"
  58.               height="20" />
  59.             <div class="footer__contact-address-text">
  60.               <span>〒300-0037 茨城県つくば市春日4-21-3</span>
  61.             </div>
  62.           </div>
  63.           <div class="footer__contact-phone">
  64.             <img class="footer__contact-icon" src="{{ asset('assets/img/default/icons/icon-access-tel.svg') }}" alt="" width="20" height="20" />
  65.             <div class="footer__contact-phone-text">
  66.               <span>電話:050-5358-0532</span>
  67.               <span>ファクシミリ:050-5358-0532</span>
  68.             </div>
  69.           </div>
  70.         </div>
  71.       </div>
  72.       <!-- Right: Legal links and Navigation -->
  73.       <div class="footer__right">
  74.         <nav class="footer__nav">
  75.           <a class="footer__nav-item" href="{{ url('homepage') }}">
  76.             <span class="footer__nav-text">ホーム</span>
  77.             <img class="footer__nav-icon" src="{{ asset('assets/img/default/icons/icon-arrow-nav.svg') }}" alt="" width="24" height="24" />
  78.           </a>
  79.           <a class="footer__nav-item" href="{{ url('product_list') }}">
  80.             <span class="footer__nav-text">備長炭一覧</span>
  81.             <img class="footer__nav-icon" src="{{ asset('assets/img/default/icons/icon-arrow-nav.svg') }}" alt="" width="24" height="24" />
  82.           </a>
  83.           <a class="footer__nav-item" href="{{ url('news_list') }}">
  84.             <span class="footer__nav-text">お知らせ</span>
  85.             <img class="footer__nav-icon" src="{{ asset('assets/img/default/icons/icon-arrow-nav.svg') }}" alt="" width="24" height="24" />
  86.           </a>
  87.           <a class="footer__nav-item" href="{{ url('contact') }}">
  88.             <span class="footer__nav-text">お問い合わせ</span>
  89.             <img class="footer__nav-icon" src="{{ asset('assets/img/default/icons/icon-arrow-nav.svg') }}" alt="" width="24" height="24" />
  90.           </a>
  91.           <a class="footer__nav-item" href="{{ url('help_faq') }}">
  92.             <span class="footer__nav-text">よくある質問</span>
  93.             <img class="footer__nav-icon" src="{{ asset('assets/img/default/icons/icon-arrow-nav.svg') }}" alt="" width="24" height="24" />
  94.           </a>
  95.           <a class="footer__nav-item" href="{{ url('help_guide') }}">
  96.             <span class="footer__nav-text">ご利用ガイド</span>
  97.             <img class="footer__nav-icon" src="{{ asset('assets/img/default/icons/icon-arrow-nav.svg') }}" alt="" width="24" height="24" />
  98.           </a>
  99.           {% if is_granted('ROLE_USER') %}
  100.             <a class="footer__nav-item" href="{{ url('mypage') }}">
  101.                 <span class="footer__nav-text">ご注文履歴</span>
  102.                 <img class="footer__nav-icon" src="{{ asset('assets/img/default/icons/icon-arrow-nav.svg') }}" alt="" width="24" height="24" />
  103.             </a>
  104.             <a class="footer__nav-item" href="{{ url('logout') }}">
  105.                 <span class="footer__nav-text">ログアウト</span>
  106.                 <img class="footer__nav-icon" src="{{ asset('assets/img/default/icons/icon-arrow-nav.svg') }}" alt="" width="24" height="24" />
  107.             </a>
  108.           {% else %}
  109.             <a class="footer__nav-item" href="{{ url('entry') }}">
  110.                 <span class="footer__nav-text">会員登録</span>
  111.                 <img class="footer__nav-icon" src="{{ asset('assets/img/default/icons/icon-arrow-nav.svg') }}" alt="" width="24" height="24" />
  112.             </a>
  113.             <a class="footer__nav-item" href="{{ url('mypage_login') }}">
  114.                 <span class="footer__nav-text">ログイン</span>
  115.                 <img class="footer__nav-icon" src="{{ asset('assets/img/default/icons/icon-arrow-nav.svg') }}" alt="" width="24" height="24" />
  116.             </a>
  117.           {% endif %}
  118.         </nav>
  119.         <nav class="footer__legal">
  120.           <a class="footer__legal-link" href="{{ url('help_about') }}">
  121.             <img class="footer__legal-icon" src="{{ asset('assets/img/default/icons/icon-arrow-legal.svg') }}" alt="" width="12" height="12" />
  122.             <span>利用規約</span>
  123.           </a>
  124.           <a class="footer__legal-link" href="{{ url('help_privacy') }}">
  125.             <img class="footer__legal-icon" src="{{ asset('assets/img/default/icons/icon-arrow-legal.svg') }}" alt="" width="12" height="12" />
  126.             <span>プライバシーポリシー</span>
  127.           </a>
  128.           <a class="footer__legal-link" href="{{ url('help_tradelaw') }}">
  129.             <img class="footer__legal-icon" src="{{ asset('assets/img/default/icons/icon-arrow-legal.svg') }}" alt="" width="12" height="12" />
  130.             <span>特定商取引法に基づく表記</span>
  131.           </a>
  132.         </nav>
  133.       </div>
  134.     </div>
  135.   </div>
  136.   <!-- Copyright bar -->
  137.   <div class="footer__copyright">
  138.     <span class="footer__copyright-text">© 2025 WoodTech</span>
  139.   </div>
  140. </footer>
  141. </div>