source: branches/rel/data/Smarty/templates/mobile/frontparts/bloc/best5.tpl @ 12157

Revision 12157, 576 bytes checked in by uehara, 17 years ago (diff)
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!--{if count($arrBestProducts) > 0}-->
9<center>
10<!--{foreach from=$arrBestProducts item=arrProduct name=best_products}-->
11
12<!-- ¢§¥ª¥¹¥¹¥á¥³¥á¥ó¥È ¤³¤³¤«¤é -->
13<a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->">
14<!--{$arrProduct.comment|escape|nl2br}-->
15</a>
16<!-- ¢¥¥ª¥¹¥¹¥á¥³¥á¥ó¥È ¤³¤³¤Þ¤Ç -->
17
18<!--{if !$smarty.foreach.best_products.last}--><br><br><!--{/if}-->
19<!--{/foreach}-->
20</center>
21<!--{/if}-->
Note: See TracBrowser for help on using the repository browser.