source: branches/dev/data/Smarty/templates/mobile/frontparts/bloc/best5.tpl @ 11460

Revision 11460, 434 bytes checked in by inoue, 17 years ago (diff)

モバイル版EC-CUBE

  • Property svn:eol-style set to native
Line 
1<!--{if count($arrBestProducts) > 0}-->
2<center>
3<!--{foreach from=$arrBestProducts item=arrProduct name=best_products}-->
4
5<!-- ¢§¥ª¥¹¥¹¥á¥³¥á¥ó¥È ¤³¤³¤«¤é -->
6<a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->">
7<!--{$arrProduct.comment|escape|nl2br}-->
8</a>
9<!-- ¢¥¥ª¥¹¥¹¥á¥³¥á¥ó¥È ¤³¤³¤Þ¤Ç -->
10
11<!--{if !$smarty.foreach.best_products.last}--><br><br><!--{/if}-->
12<!--{/foreach}-->
13</center>
14<!--{/if}-->
Note: See TracBrowser for help on using the repository browser.