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. <footer class="footer">
  9.   <div>
  10.     <a href="https://sauna-vihta.com/"><img src="/html/user_data/assets/img/footer_logo.jpg" alt="" width="220"></a>
  11.     <ul>
  12.       <li><a href="https://sauna-vihta.com/">TOP</a></li>
  13.       <li><a href="https://sauna-vihta.com/features/">サウナの様式/特徴</a></li>
  14.       <li><a href="">ご利用案内<img src="/html/user_data/assets/img/arrow02.png" alt="" width="10"></a>
  15.         <ul>
  16.           <li><a href="https://sauna-vihta.com/course/">コース/料金</a></li>
  17.           <li><a href="https://sauna-vihta.com/flow/">ご利用の流れ</a></li>
  18.           <li><a href="https://sauna-vihta.com/flow/">よくあるご質問</a></li>
  19.         </ul>
  20.       </li>
  21.       <li><a href="https://sauna-vihta.com/access/">店舗情報/アクセス</a></li>
  22.       <li><a href="https://sauna-vihta.com/pressinfo/">新着情報</a></li>
  23.       <li><a href="https://sauna-vihta.com/contact/">お問い合わせ</a></li>
  24.       <li><a href="https://sauna-vihta.com/reserve/">予約する</a></li>
  25.     </ul>
  26.     <div>
  27.               <a href="/help/tradelaw">特定商取引法に基づく表記<img src="/html/user_data/assets/img/arrow.jpg" alt="" width="8"></a>
  28.               <a href="/help/privacy">プライバシーポリシー<img src="/html/user_data/assets/img/arrow.jpg" alt="" width="8"></a>    
  29.     </div>
  30.     <p>Copyright (c) vihta. all rights reserved.</p>
  31.   </div>
  32.     </footer>