{include file='common/_articles_require'/}
{include file='common/_articles_left'/}
{eq name='$Request.param.category_id|default="0"' value='0'}
{volist name='list_nav_slide' id='nav'}
{$nav.title}
{$nav.desc}
{/volist}
{/eq} {notempty name='$sub_category'}
全部
{volist name='$sub_category' id='category'}
{$category.title}
{/volist}
{/notempty}
{volist name='list_post' id='post'}
{notempty name='$post->getData("poster")'}
{/notempty}
{$post.title}
{$post.hits}访问
{$post.comment_count}评论
{/volist} {empty name='list_post'}
{/empty}
{include file='common/_articles_right'/}