Ignore:
Timestamp:
2010/10/05 02:40:13 (16 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

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

    r18799 r18846  
    2222<!--▼FOOTER--> 
    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="footer">Copyright&copy; 
    25 <!--{if $smarty.const.RELEASE_YEAR !=  $smarty.now|date_format:"%Y"}--> 
    26     <!--{$smarty.const.RELEASE_YEAR}-->- 
    27 <!--{/if}--> 
    28 <!--{$smarty.now|date_format:"%Y"}--> <!--{$arrSiteInfo.shop_name_eng|escape}--> All rights reserved.</div> 
     24<!--{strip}--> 
     25    <div id="footer">Copyright &copy;&nbsp; 
     26        <!--{if $smarty.const.RELEASE_YEAR != $smarty.now|date_format:"%Y"}--> 
     27            <!--{$smarty.const.RELEASE_YEAR}-->- 
     28        <!--{/if}--> 
     29        <!--{$smarty.now|date_format:"%Y"}--> <!--{$arrSiteInfo.shop_name_eng|default:$arrSiteInfo.shop_name|escape}--> All rights reserved. 
     30    </div> 
     31<!--{/strip}--> 
    2932<!--▲FOOTER--> 
Note: See TracChangeset for help on using the changeset viewer.