Ignore:
Timestamp:
2012/09/10 16:12:46 (12 years ago)
Author:
h_yoshimoto
Message:

#1215 サブ画像拡大の機能していない記述を削除(必要な記述も削除してしまった為、再コミット)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/default/products/detail.tpl

    r22023 r22024  
    301301                    <div class="subtext"><!--★サブテキスト★--><!--{$arrProduct[$ckey]|nl2br_html}--></div> 
    302302                    <div class="subphotoimg"> 
     303                        <!--{if $arrProduct[$lkey]|strlen >= 1}--> 
     304                            <a href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProduct[$lkey]|h}-->" class="expansion" target="_blank" > 
     305                        <!--{/if}--> 
    303306                        <img src="<!--{$arrFile[$ikey].filepath}-->" alt="<!--{$arrProduct.name|h}-->" width="<!--{$arrFile[$ikey].width}-->" height="<!--{$arrFile[$ikey].height}-->" /> 
    304307                        <!--{if $arrProduct[$lkey]|strlen >= 1}--></a> 
Note: See TracChangeset for help on using the changeset viewer.