if ($data['user_avatar'] && file_exists(IMAGES."avatars/".$data['user_avatar']) && $data['user_status']!=6 && $data['user_status']!=5) {
echo "<img src='".IMAGES."avatars/".$data['user_avatar']."' alt='".$locale['567']."' /><br /><br />\n";
}else if($data['user_avatar'] && $data['user_status']==1) {
echo "<img src='".IMAGES."avatars/Banned_Rsbot.png' alt='".$locale['567']."' /><br /><br />\n";
} else if($data['user_status']==0) {
echo "<img src='".IMAGES."avatars/Ntr_avataro.png' alt='".$locale['567']."' /><br /><br />\n";
}
Category Forum
Code Snippet and functions - 8Labels
None yet
Statistics
1 participant
Notifications
You are not receiving notifications from this thread.
Related Questions