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>
  9.   <div>
  10.     <div class="shop-name-wrapper"> 
  11.       <div>
  12.         <div class="shop-name"><img src="/html/user_data/assets/img/common/footer_shop_name.svg" /></div>
  13.         <div class="copyright">&copy;Patisserie Lazry All Rights Reserved.</div>
  14.       </div>
  15.     </div>
  16.     <nav>
  17.       <div><a href="/">TOP</a></div>
  18.       <div><a href="/products/list">MENU</a></div>
  19.       <div><a href="/">NEWS</a></div>
  20.       <div><a href="/">SHOP</a></div>
  21.       <div><a href="/contact">CONTACT</a></div>
  22.       <div class="online-shop"><a href="/shopping/online">ONLINE SHOP<img src="/html/user_data/assets/img/common/icon_online_shop.svg" /></a></div>
  23.       <div class="instagram"><a href="https://www.instagram.com/patisserie_lazry/?hl=ja"><img src="/html/user_data/assets/img/common/icon_instagram.svg" /></a></div>
  24.     </nav>
  25.     <div class="top-btn"><img src="/html/user_data/assets/img/common/scroll_top.svg" /></div>
  26.   </div>
  27. </footer>