Changeset 22549


Ignore:
Timestamp:
2013/02/15 16:41:02 (11 years ago)
Author:
habu
Message:

#2142 スマフォ版・モバイル版の商品詳細画面にメーカー名が表示されない

Location:
branches/version-2_12-dev/data/Smarty/templates
Files:
2 edited

Legend:

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

    r22206 r22549  
    115115    <br> 
    116116 
     117    <!--★メーカー★--> 
     118    <!--{if $arrProduct.maker_name|strlen >= 1}--> 
     119        メーカー:<!--{$arrProduct.maker_name|h}--><br> 
     120    <!--{/if}--> 
     121 
     122    <!--★メーカーURL★--> 
     123    <!--{if $arrProduct.comment1|strlen >= 1}--> 
     124        メーカーURL:<a href="<!--{$arrProduct.comment1|h}-->"><!--{$arrProduct.comment1|h}--></a><br> 
     125    <!--{/if}--> 
     126 
    117127    <!--★関連カテゴリ★--> 
    118128    関連カテゴリ:<br> 
  • branches/version-2_12-dev/data/Smarty/templates/sphone/products/detail.tpl

    r22440 r22549  
    210210                    <!--{/if}--> 
    211211 
     212                    <!--▼メーカー--> 
     213                    <!--{if $arrProduct.maker_name|strlen >= 1}--> 
     214                        <p class="maker"> 
     215                            <span class="mini">メーカー:</span><span> 
     216                                <!--{$arrProduct.maker_name|h}--> 
     217                            </span> 
     218                        </p> 
     219                    <!--{/if}--> 
     220                    <!--▲メーカー--> 
     221 
    212222                    <!--▼メーカーURL--> 
    213223                    <!--{if $arrProduct.comment1|strlen >= 1}--> 
Note: See TracChangeset for help on using the changeset viewer.