app/template/yamaria/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="/guide">{{ 'ご利用ガイド'|trans }}</a>
  13.             </li>
  14.             <li class="ec-footerNavi__link">
  15.                 <a href="/guide#delivery">{{ '送料について(全国一律550円)'|trans }}</a>
  16.             </li>
  17.             <li class="ec-footerNavi__link">
  18.                 <a href="/store/faq">{{ 'よくある質問'|trans }}</a>
  19.             </li>
  20.             <li class="ec-footerNavi__link">
  21.                 <a href="{{ url('contact') }}">{{ 'お問い合わせ'|trans }}</a>
  22.             </li>
  23.         </ul>
  24.         <ul class="ym-footerNavi_sub">
  25.             <li class="ec-footerNavi__link">
  26.                 <a href="{{ url('help_tradelaw') }}">{{ '特定商取引法に基づく表記'|trans }}</a>
  27.             </li>
  28.             <li class="ec-footerNavi__link">
  29.                 <a href="{{ url('help_privacy') }}">{{ '個人情報のお取扱いについて'|trans }}</a>
  30.             </li>
  31.             <li class="ec-footerNavi__link">
  32.                <a href="{{ url('help_about') }}">{{ '会社概要'|trans }}</a>
  33.             </li>
  34.         </ul>
  35.         <div class="ec-footerTitle">
  36.             <div class="ec-footerTitle__logo">
  37.                 <a href="/store/yamashita"><img src="{{ asset('assets/img/common/logo-yamashita.png') }}" alt="YAMASHITA"></a>
  38.                 <a href="/store/maria"><img src="{{ asset('assets/img/common/logo-maria.png') }}" alt="Maria"></a>
  39.                 {#
  40.                 {% if app.request.get('_route') == 'homepage' %}
  41.                     <a href="/store/yamashita" class="logo-double"><img src="{{ asset('assets/img/common/logo-double_yamashita.png') }}" alt="YAMASHITA"></a>
  42.                     <a href="/store/maria" class="logo-double"><img src="{{ asset('assets/img/common/logo-double_maria.png') }}" alt="Maria"></a>
  43.                 {% else %}
  44.                     {% if category_base != '8' %}
  45.                 <a href="/store/yamashita"><img src="{{ asset('assets/img/common/logo-yamashita.png') }}" alt="YAMASHITA"></a>
  46.                     {% endif %}
  47.                     {% if category_base != '7' %}
  48.                 <a href="/store/maria"><img src="{{ asset('assets/img/common/logo-maria.png') }}" alt="Maria"></a>
  49.                     {% endif %}
  50.                 {% endif %}
  51.                 #}
  52.             </div>
  53.             <div class="ec-footerTitle__copyright">Copyright (c) {{ BaseInfo.shop_name }}</div>
  54.         </div>
  55.     </div>
  56. </div>