{if condition="check_app('mbzs')"}

{/if}
{php} $data = \ebcms\Tree::tree(\app\content\model\Channel::where('status',1)->order('sort desc,id asc')->select()); {/php} {foreach name='data' item='vo'} {notempty name='vo.rows'}
{foreach name='vo.rows' item='sub'}   {$sub.title} {/foreach}
{/notempty} {/foreach}
全部推荐标签
{php} $data = \app\content\model\Tag::order('recommend desc,count desc,id asc') -> limit(20) -> select(); {/php} {foreach name='data' item='vo'} {$vo.tag}({$vo.count})   {/foreach}