{include file='index@common/header' /}
{notempty name='tag'}
标签: {$tag.tag}
{php} $lists = $tag -> contents() -> order('id desc') -> paginate(20); {/php} {foreach name='lists' item='vo'} {$vo.update_time|date='Y-m-d H:i',###}{$vo.shorttitle} {/foreach}
{$lists -> render()}
{else /}
所有标签
{php} $lists = \app\content\model\Tag::order('recommend desc,count desc,id desc')->select(); {/php} {foreach name='lists' item='vo'} {$vo.tag}({$vo.count})    {/foreach}
{/notempty}
{include file='common/side' /}
{include file='index@common/footer' /}