国内流行的内容管理系统(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.

13 lines
484B

  1. <div class="card ddcard">
  2. <div class="card-header">
  3. <div class="row">
  4. <div class="col-12 caption"><span>栏目列表</span></div>
  5. </div>
  6. </div>
  7. <ul class="list-group list-group-flush">
  8. {dede:channel type='son' currentstyle="<li><a href='~typelink~' class='active'>~typename~</a></li>"}
  9. <li><a href="[field:typeurl/]" title="[field:typename/]">[field:typename/]</a></li>
  10. {/dede:channel}
  11. </ul>
  12. </div>
  13. <!-- /.ddcard -->