{php include $this->template($template.'/_header')}
当前位置:首页 > {$notice_title} {if $op=='details'} > {$article['title']}{/if}
{if $op=='display'}
{if $list} {else}
未找到相关的公告:)
{/if}
{$pager}
{elseif $op=='details'}

{if $article['is_vip']} {/if} {$article['title']}

发布时间:{php echo date('Y-m-d H:i', $article['addtime']);}      浏览数:{php echo $article['view'] + $article['virtual_view'];}

{php echo htmlspecialchars_decode($article['content']);}
{/if}
{if $article_avd}
    {loop $article_avd $key $item}
  • {/if}
{/loop}
{php include $this->template($template.'/_footer')}