diff --git a/main/social/data_personal.inc.php b/main/social/data_personal.inc.php index e0929ae397..502ab34d48 100755 --- a/main/social/data_personal.inc.php +++ b/main/social/data_personal.inc.php @@ -98,34 +98,31 @@ $language_variable=api_xml_http_response_encode(get_lang('PersonalData')); if (api_get_setting('allow_social_tool')=='true' && api_get_setting('allow_message_tool')=='true' && api_get_user_id()<>2 && api_get_user_id()<>0) { echo ''.Display::return_icon('shared_profile.png',api_xml_http_response_encode(get_lang('ViewSharedProfile'))).' '.api_xml_http_response_encode(get_lang('ViewSharedProfile')).''; } - echo ''; - echo '
'; - echo '
'; - echo '
'.api_xml_http_response_encode(get_lang('UserName')).'
-
'. api_xml_http_response_encode($user_info['username']).'
'; + echo '
'; + echo '
'; + echo ''; - echo '
'; - echo '
'; + echo '
'; echo ''; - echo '
'; + echo '
'; /*if (api_get_setting('allow_message_tool')=='true') { require_once api_get_path(LIBRARY_PATH).'message.lib.php'; $number_of_new_messages = MessageManager::get_new_messages();