Go to the source code of this file.
Variables | |
$iMemberId = getLoggedId() | |
$iProfId = (int)$_GET['ID'] | |
$aProfileInfo = getProfileInfo($iProfId) | |
$sProfLink = '<a href="' . getProfileLink($iProfId) . '">' . getNickName($aProfileInfo['ID']) . '</a> ' | |
$oUserStatus = new ChWsbUserStatusView() | |
$sUserIcon = $oUserStatus->getStatusIcon($iProfId) | |
$sUserStatus = $oUserStatus->getStatus($iProfId) | |
$aUnit | |
$aProfileInfo = getProfileInfo($iProfId) |
Definition at line 23 of file short_profile_info.php.
$aUnit |
Definition at line 31 of file short_profile_info.php.
$iMemberId = getLoggedId() |
Definition at line 17 of file short_profile_info.php.
$iProfId = (int)$_GET['ID'] |
Definition at line 22 of file short_profile_info.php.
$oUserStatus = new ChWsbUserStatusView() |
Definition at line 27 of file short_profile_info.php.
$sProfLink = '<a href="' . getProfileLink($iProfId) . '">' . getNickName($aProfileInfo['ID']) . '</a> ' |
Definition at line 25 of file short_profile_info.php.
$sUserIcon = $oUserStatus->getStatusIcon($iProfId) |
Definition at line 28 of file short_profile_info.php.
$sUserStatus = $oUserStatus->getStatus($iProfId) |
Definition at line 29 of file short_profile_info.php.