- Timestamp:
- 2011/02/23 14:45:13 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/default/rss/products.tpl
r20116 r20340 33 33 <docs>http://backend.userland.com/rss</docs> 34 34 <!--{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> 42 42 <!--{/section}--> 43 43 </channel>
Note: See TracChangeset
for help on using the changeset viewer.
