diff --git a/main/social/profile.php b/main/social/profile.php index 1ad6e78b64..148203ae3e 100644 --- a/main/social/profile.php +++ b/main/social/profile.php @@ -654,12 +654,10 @@ echo '
'; if ($show_full_profile) { echo '
'; echo '
'.get_lang('UserName').'
-
'. $user_info['username'].'
'; - +
'. $user_info['username'].'
'; if (!empty($user_info['firstname']) || !empty($user_info['lastname'])) echo '
'.get_lang('Name').'
-
'. $user_info['firstname'].' '.$user_info['lastname'].'
'; - +
'. $user_info['firstname'].' '.$user_info['lastname'].'
'; if (!empty($user_info['official_code'])) echo '
'.get_lang('OfficialCode').'
'.$user_info['official_code'].'
'; @@ -676,14 +674,11 @@ echo '
'; echo ''; - } - - echo '

'; - + } + echo '

'; // COURSES LIST if ($show_full_profile) { //print_r($personal_course_list);