Changeset 18297


Ignore:
Timestamp:
2009/09/21 01:55:26 (15 years ago)
Author:
Seasoft
Message:

merge r18119
・取得元: version-2_4
【取得元のログメッセージ】

  • #461 detail.tplのサブコメントのsectionの属性値(start)が反映されない不具合を修正
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/detail.tpl

    r18278 r18297  
    345345    <!--▼サブコメント--> 
    346346    <!--{section name=cnt loop=$smarty.const.PRODUCTSUB_MAX}--> 
    347         <!--{assign var=key value="sub_title`$smarty.section.cnt.iteration`"}--> 
     347        <!--{assign var=key value="sub_title`$smarty.section.cnt.index+1`"}--> 
    348348        <!--{if $arrProduct[$key] != ""}--> 
    349349            <div class="subarea"> 
    350350                <h3><!--★サブタイトル★--><!--{$arrProduct[$key]|escape}--></h3> 
    351                 <!--{assign var=ckey value="sub_comment`$smarty.section.cnt.iteration`"}--> 
     351                <!--{assign var=ckey value="sub_comment`$smarty.section.cnt.index+1`"}--> 
    352352                 
    353353                <div class="subtext"><!--★サブテキスト★--><!--{$arrProduct[$ckey]|nl2br_html}--></div> 
    354354                 
    355355                <!--▼拡大写真--> 
    356                 <!--{assign var=key value="sub_image`$smarty.section.cnt.iteration`"}--> 
    357                 <!--{assign var=lkey value="sub_large_image`$smarty.section.cnt.iteration`"}--> 
     356                <!--{assign var=key value="sub_image`$smarty.section.cnt.index+1`"}--> 
     357                <!--{assign var=lkey value="sub_large_image`$smarty.section.cnt.index+1`"}--> 
    358358                <!--{if $arrFile[$key].filepath != ""}--> 
    359359                    <div class="subphotoimg"> 
Note: See TracChangeset for help on using the changeset viewer.