国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
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.

12 lines
476B

  1. 获取栏目列表标签
  2. >>dede>>
  3. {dede:channel type='top' row='8' currentstyle="<li><a href='~typelink~' class='thisclass'>~typename~</a> </li>"}
  4. <li><a href='[field:typelink/]'>[field:typename/]</a> </li>
  5. {/dede:channel}
  6. >>dede>>
  7. typeid = '0' 栏目id
  8. reid = '0' 上级栏目id
  9. row = '100' 调用栏目数
  10. col = '1' 分多少列显示(默认为单列)
  11. type = 'son' son表示下级栏目,self表示同级栏目,top顶级栏目
  12. currentstyle = '' 应用样式