app/template/default/Block/footer_custom.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="{{ url('help_about') }}">{{ '当サイトについて'|trans }}</a>
  13.             </li>
  14.             <li class="ec-footerNavi__link">
  15.                 <a href="{{ url('help_privacy') }}">{{ 'プライバシーポリシー'|trans }}</a>
  16.             </li>
  17.             <li class="ec-footerNavi__link">
  18.                 <a href="{{ url('help_tradelaw') }}">{{ '特定商取引法に基づく表記'|trans }}</a>
  19.             </li>
  20.             <li class="ec-footerNavi__link">
  21.                 <a href="{{ url('user_data', {'route': 'about'}) }}">{{ 'お買い物ガイド'|trans }}</a>
  22.             </li>
  23.             <li class="ec-footerNavi__link">
  24.                 <a href="{{ url('contact') }}">{{ 'お問い合わせ'|trans }}</a>
  25.             </li>
  26.         </ul>
  27.         <div class="ec-footerTitle">
  28.             <div class="footer_flex">
  29.                 <div class="footer_left">
  30.                     <div class="ec-footerTitle__logo">
  31.                         <a href="{{ url('homepage') }}">{{ BaseInfo.company_name }}</a>
  32.                     </div>
  33.                     <div class="ec-footerTitle__copyright">Chuna-Engineering Inc.</br>〒164-0002 東京都中野区上高田3-21-14</div>
  34.                 </div>
  35.                 <div class="footer_right">
  36.                     <div class="ec-footerTitle__copyright">お問い合わせ・ご相談は【お客様センター】へ</div>
  37.                     <div class="ec-footerTitle__tel">
  38.                         <a href="{{ url('homepage') }}"><img src="{{ asset('assets/img/freedial_logo.png','user_data') }}" alt="header-logo" class="freedial">0120-85-7228</a>
  39.                     </div>
  40.                     <div class="ec-footerTitle__copyright">営業時間 9:00~21:00 年中無休※年末年始除く</div>
  41.                 </div>
  42.             </div>
  43.         <div class="ec-footerTitle__copyright"><div class="ec-footerTitle__copyright">Copyright Chuna-Engineering Inc.</div></div>
  44.     </div>
  45.         
  46.     </div>
  47. </div>