Ignore:
Timestamp:
2011/02/23 14:45:13 (16 years ago)
Author:
uemoto
Message:

#1032(フロントデザインリニューアル)

  • CSSクラス名等調整
  • 未使用画像を削除
File:
1 edited

Legend:

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

    r20116 r20340  
    3333<docs>http://backend.userland.com/rss</docs> 
    3434<!--{section name=cnt loop=$arrProduct}--> 
    35     <!--{* 1つのitem要素を出力する *}--> 
    36     <item> 
    37         <link><!--{$smarty.const.HTTP_URL}-->rss/product.php?product_id=<!--{$arrProduct[cnt].product_id}--></link> 
    38         <!--{foreach key=key item=item from=$arrProductKeys}--> 
    39             <<!--{$item}-->><!--{$arrProduct[cnt][$item]|h|sfMbConvertEncoding:$encode}--></<!--{$item}-->> 
    40         <!--{/foreach}--> 
    41     </item> 
     35    <!--{* 1つのitem要素を出力する *}--> 
     36    <item> 
     37        <link><!--{$smarty.const.HTTP_URL}-->rss/product.php?product_id=<!--{$arrProduct[cnt].product_id}--></link> 
     38        <!--{foreach key=key item=item from=$arrProductKeys}--> 
     39            <<!--{$item}-->><!--{$arrProduct[cnt][$item]|h|sfMbConvertEncoding:$encode}--></<!--{$item}-->> 
     40        <!--{/foreach}--> 
     41    </item> 
    4242<!--{/section}--> 
    4343</channel> 
Note: See TracChangeset for help on using the changeset viewer.