{php include template("admin/header");}
{php include template("admin/menu");}
{$pageUrl}
{loop $arrMsg $key $item} {/loop}
messageiduseridtouseridcontentaddtime 操作
{$item['messageid']}{$item['userid']}{$item['touserid']}{$item['content']} {php echo date('Y-m-d H:i:s',$item['addtime'])} 删除
{php include template("admin/footer");}