{template 'header'} {php $row = $detail;}

{$row['title']}

作者:{$row['author']}   时间:{php echo date("Y-m-d", $row['createtime']);}   {if empty($_W['account']['name'])}微饶团队{else}{$_W['account']['name']}{/if}

{$row['content']}
返回顶部