Changeset 23626


Ignore:
Timestamp:
2014/09/21 16:20:37 (10 years ago)
Author:
dkazuto
Message:

#2568 「【フッター】ナビ」ブロック(sphone)にて、OPTION_FAVORITE_PRODUCTパラメータの設定を反映するように修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/sphone/frontparts/bloc/navi_footer.tpl

    r23546 r23626  
    2424    <!--{if $tpl_login}--> 
    2525        <li><a rel="external" href="<!--{$smarty.const.HTTPS_URL}-->mypage/login.php"><img src="<!--{$TPL_URLPATH}-->img/button/btn_footer_mypage_off.png" alt="MYページ" width="75" height="50" /></a></li> 
    26         <li><a rel="external" href="<!--{$smarty.const.HTTPS_URL}-->mypage/favorite.php"><img src="<!--{$TPL_URLPATH}-->img/button/btn_footer_favorite_off.png" alt="お気に入り" width="75" height="50" /></a></li> 
     26        <!--{if $smarty.const.OPTION_FAVORITE_PRODUCT == 1}--> 
     27            <li><a rel="external" href="<!--{$smarty.const.HTTPS_URL}-->mypage/favorite.php"><img src="<!--{$TPL_URLPATH}-->img/button/btn_footer_favorite_off.png" alt="お気に入り" width="75" height="50" /></a></li> 
     28        <!--{/if}--> 
    2729    <!--{else}--> 
    2830        <li><a data-transition="slideup" href="<!--{$smarty.const.HTTPS_URL}-->mypage/login.php"><img src="<!--{$TPL_URLPATH}-->img/button/btn_footer_mypage_off.png" alt="MYページ" width="75" height="50" /></a></li> 
Note: See TracChangeset for help on using the changeset viewer.