{include file='index@common/header' /}
{notempty name='channel.sub_ids'}
{php} $data = \app\content\model\Channel::where(['pid'=>$channel['id'],'status'=>1,'eb_url'=>'']) -> order('sort desc,id asc') -> select(); {/php} {foreach name='data' item='vo'}
{php} $lists = $vo -> lists() -> order('id desc') -> limit(5) -> select(); {/php} {foreach name='lists' item='vs'} {$key+1}. {$vs.shorttitle|mb_substr=0,24} {/foreach}
{/foreach}
{else/} {$lists -> render()} {/notempty}
{include file='common/side' /}
{include file='index@common/footer' /}