app/template/default/Block/footer1.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 start-->
  9. <div style="width: 970px; padding: 0; margin: 0; float: left; background-color:white">
  10.     <ul style="padding: 0; margin: 0; list-style-type: none;">
  11.       <li style="padding: 0; margin: 20px 0 0 0; text-align: center;">
  12.       <a href="{{ url('homepage') }}">HOME</a> | <a href="{{ url('privacy')}}">個人情報の取扱い</a> | <a href="{{ url('sitemap')}}">サイトマップ</a> | <a href="{{ url('abouts')}}">会社概要</a> | <a href="{{ url('contact') }}">お問合わせ</a></li>
  13.     </ul>
  14. </div>
  15. <div id="footer">
  16. <div id="footer_left"><a href="#top">このページのトップへ</a></div>
  17. <div id="footer_right">Copy Right(C) 2010 東和建設株式会社 all rights reserved.</div>
  18. </div>
  19. <!--footer end-->