Changeset 21341


Ignore:
Timestamp:
2011/11/16 23:26:43 (12 years ago)
Author:
Seasoft
Message:

#1526 (typo修正・ソース整形・ソースコメントの改善)

  • 不要な属性削除
  • 改行追加
  • 冗長なコメント削除
File:
1 edited

Legend:

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

    r21246 r21341  
    153153            <div class="listphoto"> 
    154154                <!--★画像★--> 
    155                 <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->" class="over"><!--商品写真--><img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH|sfTrimURL}-->/<!--{$arrProduct.main_list_image|sfNoImageMainList|h}-->" alt="<!--{$arrProduct.name|h}-->" class="picture" /></a> 
     155                <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->"> 
     156                    <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProduct.main_list_image|sfNoImageMainList|h}-->" alt="<!--{$arrProduct.name|h}-->" class="picture" /></a> 
    156157            </div> 
    157158 
Note: See TracChangeset for help on using the changeset viewer.