以下是相关标签: 

标签名称:channel 
功能说明: 
获取栏目列表标签 
使用实例: 

1{dede:channel type='top' row='8' currentstyle="<li><a href='~typelink~' class='thisclass'>~typename~</a> </li>"}
2 <li><a href='[field:typelink/]'>[field:typename/]</a> </li>
3{/dede:channel}

参数说明: 
typeid = '0' 栏目ID 
reid = '0' 上级栏目ID 
row = '100' 调用栏目数 
col = '1' 分多少列显示(默认为单列) 
type = 'son' son表示下级栏目,self表示同级栏目,top顶级栏目 
currentstyle = '' 应用样式 

实现如下:

1{dede:channel name='type' runphp='yes' if(reid == "0") @me = "son";else @me = "self";}
2<a href='[field:typeurl/]'>[field:typename/]</a>
3{/dede:channel}