{php include template("admin/header");}
{php include template("admin/menu");}
{$pageUrl}
{loop $arrGuestbook $key $item}{/loop}
iduseridtouseridcontentaddtime操作
{$item['id']}{$item['userid']}{$item['touserid']}{$item['content']}{$item['addtime']}删除
{php include template("admin/footer");}