{template $template.'/_headerv2'} {if $op=='display'}
{if $article['is_vip']} {/if} {$article['title']}
{php echo date('Y-m-d', $article['addtime']);}
{$article['author']}
{php echo htmlspecialchars_decode($article['content']);}
{if !empty($article['linkurl'])} {/if}
阅读 {php echo $article['view'] + $article['virtual_view'];}
{elseif $op=='list'}
{$title}
全部 {loop $category_list $item} {$item['name']} {/loop}
加载更多
{/if} {template $template.'/_footerv2'}