source: branches/feature-module-update/data/Smarty/templates/mobile/frontparts/bloc/category.tpl @ 15079

Revision 15079, 792 bytes checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!--▼商品カテゴリーここから-->
9<!--{section name=cnt loop=$arrCat}-->
10<!--{assign var=disp_name value="`$arrCat[cnt].category_name`"}-->
11<!--{if $arrCat[cnt].has_children}-->
12<!--{assign var=path value="`$smarty.const.MOBILE_URL_DIR`products/category_list.php"}-->
13<!--{else}-->
14<!--{assign var=path value="`$smarty.const.MOBILE_URL_DIR`products/list.php"}-->
15<!--{/if}-->
16 <font color="<!--{cycle values="#000000,#880000,#8888ff,#88ff88,#ff0000"}-->">■</font><a href="<!--{$path}-->?category_id=<!--{$arrCat[cnt].category_id}-->"><!--{$disp_name|sfCutString:20|escape}--></a><br>
17<!--{/section}-->
18<!--▲商品カテゴリーここまで-->
Note: See TracBrowser for help on using the repository browser.