|
'.$name_user=mb_convert_encoding($user_info['firstName'].' '.$user_info['lastName'],'UTF-8',$charset) ;
?>
|
';
if ($list_of_options[$k]['id']==$user_friend_relation) {
$check='checked="checked"';
} else {
$check='';
}
?>
style="margin-left:50px" type="radio" class="radio" name="list_type_friend" value="" />
';
?>
';
?>
|