You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
438 B
15 lines
438 B
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<!-- {if $cat_list} -->
|
|
<div class="box">
|
|
<div class="box_1">
|
|
<div id="category_tree">
|
|
<!-- {foreach from=$cat_list item=cat} -->
|
|
<dl>
|
|
<dt><a href="{$cat.url}">{$cat.cat_name|escape:html} {if $cat.goods_num}({$cat.goods_num}){/if}</a></dt>
|
|
</dl>
|
|
<!--{/foreach}-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="blank5"></div>
|
|
<!-- {/if} --> |