芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr_old/modules/News/templates/browsecat.tpl
{if $count > 0}
{foreach from=$cats item=node} {if $node.depth > $node.prevdepth} {repeat string="
" times=$node.depth-$node.prevdepth} {elseif $node.depth < $node.prevdepth} {repeat string="
" times=$node.prevdepth-$node.depth} {elseif $node.index > 0} {/if}
{if $node.count > 0}
{$node.news_category_name}
({$node.count}){else}
{$node.news_category_name} (0)
{/if} {/foreach} {repeat string="
" times=$node.depth-1} {/if}