{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
<div class="ec-footerRole">
<div class="ec-footerRole__inner">
<ul class="ec-footerNavi">
{% if eccube_config.app_mode != 'display' %}
<li class="ec-footerNavi__link">
<a href="{{ url('help_about') }}">{{ '当サイトについて'|trans }}</a>
</li>
<li class="ec-footerNavi__link">
<a href="{{ url('help_privacy') }}">{{ 'プライバシーポリシー'|trans }}</a>
</li>
<li class="ec-footerNavi__link">
<a href="{{ url('help_tradelaw') }}">{{ '特定商取引法に基づく表記'|trans }}</a>
</li>
<li class="ec-footerNavi__link">
<a href="{{ url('contact') }}">{{ 'お問い合わせ'|trans }}</a>
</li>
{% endif %}
</ul>
{% set shopName = BaseInfo.shop_name %}
{% if eccube_config.app_mode == 'display' %}
{% set shopName = '産直ドリーム' %}
{% endif %}
<div class="ec-footerTitle">
<div class="ec-footerTitle__logo">
<a href="{{ url('homepage') }}">{{ shopName }}</a>
</div>
<div class="ec-footerTitle__copyright">copyright (c) {{ shopName }} all rights reserved.</div>
</div>
</div>
</div>