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

Open in your IDE?
  1. <!--{*
  2.  * This file is part of EC-CUBE
  3.  *
  4.  * Copyright(c) 2000-2013 LOCKON CO.,LTD. All Rights Reserved.
  5.  *
  6.  * http://www.lockon.co.jp/
  7.  *
  8.  * This program is free software; you can redistribute it and/or
  9.  * modify it under the terms of the GNU General Public License
  10.  * as published by the Free Software Foundation; either version 2
  11.  * of the License, or (at your option) any later version.
  12.  *
  13.  * This program is distributed in the hope that it will be useful,
  14.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.  * GNU General Public License for more details.
  17.  *
  18.  * You should have received a copy of the GNU General Public License
  19.  * along with this program; if not, write to the Free Software
  20.  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  21.  *}-->
  22. <!--▼FOOTER-->
  23. <!--{strip}-->
  24. <div id="footer_wrap">
  25.     
  26.     <div id="footer" class="clearfix">
  27.        
  28. </div>
  29.         <div class="foot_menu">
  30.             <ul class="foot_menu1">
  31.                     <li><a href="/">HOME</a></li>
  32.                     <li><a href="https://telemann-gakki.com/concept/index.html">コンセプト</a></li>
  33.                     <li><a href="https://telemann-gakki.com/order/index.html">注文について</a></li>
  34.                     <li><a href="https://telemann-gakki.com/payment/index.html">お支払いについて</a></li>
  35.                     <li><a href="https://telemann-gakki.com/repair/index.html">修理・アフターサービス</a></li>
  36.                     <li><a href="https://telemann-gakki.com/company/index.html">会社情報</a></li>
  37.             </ul>
  38.         </div>
  39.         <div id="copyright">Copyright ©
  40.             &nbsp;<!--{if $smarty.const.RELEASE_YEAR != $smarty.now|date_format:"%Y"}--><!--{$smarty.const.RELEASE_YEAR}-->-<!--{/if}--><!--{$smarty.now|date_format:"%Y"}-->
  41.             &nbsp;<!--{$arrSiteInfo.shop_name_eng|default:$arrSiteInfo.shop_name|h}--> All rights reserved.
  42.         </div>
  43.     </div>
  44. </div>
  45. <!--{/strip}-->
  46. <!--▲FOOTER-->