if ($data['user_aim'] && file_exists(THEME."forum/aim.gif")) {
echo "
";
}
if ($data['user_icq']) {
echo "
";
}
if ($data['user_msn']) {
echo "
";
}
if ($data['user_yahoo']) {
echo "
";
}
if ($data['user_web']) {
if (!strstr($data['user_web'], "http://")) { $urlprefix = "http://"; } else { $urlprefix = ""; }
echo "
";
}