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