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