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 id="footer">
  9.     <nav>
  10.         <ul>
  11.             <li><a href="{{ url('help_privacy') }}">プライバシーポリシー</a></li>
  12.             <li><a href="{{ url('help_tradelaw') }}">特定商取引法に基づく表記</a></li>
  13.         </ul>
  14.     </nav>
  15.     <span class="copyright">copyright (c) {{ BaseInfo.shop_name }} all rights reserved.</span>
  16. </footer><!-- /footer -->