找到头部用户信息对应模块 /themes/library/member_info.lbi
{$user_info.username}
对应 /includes/lib_main.php 文件下的get_user_info函数
找到 function get_user_info($id=0)
$user[‘username‘] = $user[‘username‘];为用户信息名字
备忘
原文:http://www.cnblogs.com/nameEmbfan/p/6547799.html