Index: branches/version-2_5-dev/data/Smarty/templates/default/footer.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/default/footer.tpl	(revision 18765)
+++ branches/version-2_5-dev/data/Smarty/templates/default/footer.tpl	(revision 18785)
@@ -22,4 +22,8 @@
 <!--▼FOTTER-->
 <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>
-<div id="fotter">Copyright&copy;<!--{$smarty.const.RELEASE_YEAR}-->-<!--{$smarty.now|date_format:"%Y"}--> <!--{$arrSiteInfo.shop_name_eng|escape}--> All rights reserved.</div>
+<div id="fotter">Copyright&copy;
+<!--{if $smarty.const.RELEASE_YEAR !=  $smarty.now|date_format:"%Y"}-->
+    <!--{$smarty.const.RELEASE_YEAR}-->-
+<!--{/if}-->
+<!--{$smarty.now|date_format:"%Y"}--> <!--{$arrSiteInfo.shop_name_eng|escape}--> All rights reserved.</div>
 <!--▲FOTTER-->
Index: branches/version-2_5-dev/data/Smarty/templates/default/mobile/footer.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/default/mobile/footer.tpl	(revision 18765)
+++ branches/version-2_5-dev/data/Smarty/templates/default/mobile/footer.tpl	(revision 18785)
@@ -22,3 +22,7 @@
  */
 *}-->
-<center><font size="-2">Copyright &copy; <!--{$smarty.const.RELEASE_YEAR}-->-<!--{$smarty.now|date_format:"%Y"}--> <!--{$arrSiteInfo.shop_name_eng|escape}--> All rights reserved.</font></center>
+<center><font size="-2">Copyright &copy; 
+<!--{if $smarty.const.RELEASE_YEAR !=  $smarty.now|date_format:"%Y"}-->
+    <!--{$smarty.const.RELEASE_YEAR}-->-
+<!--{/if}-->
+<!--{$smarty.now|date_format:"%Y"}--> <!--{$arrSiteInfo.shop_name_eng|escape}--> All rights reserved.</font></center>
