mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-20 16:15:00 +01:00
Damn it, damn it, damn it
git-svn-id: file:///svn/phpbb/trunk@711 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
dc6d590da6
commit
e5e5db834b
@ -257,6 +257,8 @@ if(isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']))
|
||||
$email_img = $lang['Hidden_email'];
|
||||
}
|
||||
|
||||
$avatar_img = ( !empty($profiledata['user_avatar']) ) ? "<img src=\"" . $board_config['avatar_path'] . "/" . stripslashes($profiledata['user_avatar']) . "\" border=\"0\">" : " ";
|
||||
|
||||
if($members[$i]['user_icq'])
|
||||
{
|
||||
$icq_status_img = "<a href=\"http://wwp.icq.com/" . $profiledata['user_icq'] . "#pager\"><img src=\"http://online.mirabilis.com/scripts/online.dll?icq=" . $profiledata['user_icq'] . "&img=5\" border=\"0\"></a>";
|
||||
@ -306,7 +308,7 @@ if(isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']))
|
||||
"LOCATION" => ( ($profiledatas['user_from']) ? stripslashes($profiledata['user_from']) : "" ),
|
||||
"OCCUPATION" => ( ($profiledata['user_occ']) ? stripslashes($profiledata['user_occ']) : "" ),
|
||||
"INTERESTS" => ( ($profiledata['user_interests']) ? stripslashes($profiledata['user_interests']) : "" ),
|
||||
"AVATAR_IMG" => "<img src=\"" . $board_config['avatar_path'] . "/" . stripslashes($profiledata['user_avatar']) . "\" border=\"0\">",
|
||||
"AVATAR_IMG" => $avatar_img,
|
||||
|
||||
"L_VIEWING_PROFILE" => $lang['Viewing_profile_of'],
|
||||
"L_PER_DAY" => $lang['posts_per_day'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user