app/template/default/Block/DispFooter.twig line 1

Open in your IDE?
  1. <!-- ▼FOOTER▼ -->
  2. <div class="mt40" id="footer">
  3.   <div id="footer_blue">
  4.     <div id="footer_contents">
  5.       <div class="topagetop"><a href="#top"><img src="{{ asset('common_img/pagetop.png', 'user_data') }}" alt="Go to Page top" /></a></div>
  6.       <div class="footer_link">
  7.         | <a href="{{ eccube_config.BBMURL }}/page/company" target="_blank">会社概要</a> 
  8.         | <a href="{{ eccube_config.BBMURL }}/page/privacypolicy" target="_blank">プライバシーポリシー</a> 
  9.         | <a href="{{ eccube_config.BBMURL }}/page/copyright" target="_blank">著作権について</a> 
  10.         | <a href="{{ eccube_config.BBMURL }}/page/advertisement" target="_blank">広告掲載について</a> 
  11.         | <a href="{{ url('tradelaw') }}">特定商取引法に関する表記</a> 
  12.         | <a href="{{ eccube_config.BBMURL }}/page/contact" target="_blank">お問い合わせ</a> 
  13.         |
  14.       </div>
  15.     </div>
  16.   </div>
  17.   <div class="cr">Copyright(c) 2015 BASEBALL MAGAZINE SHA Co., Ltd. All rights reserved.</div>
  18. </div>
  19. <!-- ▲FOOTER▲ -->