Ignore:
Timestamp:
2010/07/27 00:08:03 (16 years ago)
Author:
tao
Message:

フッターのコピーライト表記の年自動更新 (#788)

Location:
branches/version-2_5-dev/data/Smarty/templates/default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/admin/basis/index.tpl

    r18700 r18764  
    5959        <input type="text" name="shop_kana" value="<!--{$arrForm.shop_kana|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.shop_kana != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> 
    6060        <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
     61      </td> 
     62    </tr> 
     63    <tr> 
     64      <th>店名(英語表記)</th> 
     65      <td> 
     66        <span class="attention"><!--{$arrErr.shop_name_eng}--></span> 
     67        <input type="text" name="shop_name_eng" value="<!--{$arrForm.shop_name_eng|escape}-->" maxlength="<!--{$smarty.const.MTEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.shop_name_eng != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> 
     68        <span class="attention"> (上限<!--{$smarty.const.MTEXT_LEN}-->文字)</span> 
    6169      </td> 
    6270    </tr> 
  • branches/version-2_5-dev/data/Smarty/templates/default/footer.tpl

    r18700 r18764  
    2222<!--▼FOTTER--> 
    2323<div id="pagetop" style="clear: both;"><a href="#top"><img src="<!--{$TPL_DIR}-->img/common/pagetop.gif" width="100" height="10" alt="このページのTOPへ" /></a></div> 
    24 <div id="fotter">Copyright(C)2000-2010 EC-CUBE All rights reserved.</div> 
     24<div id="fotter">Copyright&copy;2000-<!--{$smarty.now|date_format:"%Y"}--> <!--{$arrSiteInfo.shop_name_eng|escape}--> All rights reserved.</div> 
    2525<!--▲FOTTER--> 
  • branches/version-2_5-dev/data/Smarty/templates/default/mobile/footer.tpl

    r18700 r18764  
    2222 */ 
    2323*}--> 
    24 <center>LOCKON CO.,LTD.</center> 
     24<center><font size="-2">Copyright &copy; <!--{$smarty.now|date_format:"%Y"}--> <!--{$arrSiteInfo.shop_name|escape}--> All rights reserved.</font></center> 
Note: See TracChangeset for help on using the changeset viewer.