{php include pubTemplate("header")}
{template menu}
UID:
{$strUser['userid']}
性别:
{$strUser['sex']}
自我介绍:
{if $strUser['about']}{$strUser['about']}{else}还没有介绍{/if}
关注:
{$strUser['count_follow']} 人
粉丝:
{$strUser['count_followed']} 人
积分:
{$strUser['count_score']}
{template userinfo}
{php include pubTemplate("footer")}