';
} else {
$suffix= ' ';
}
echo "
".formatTitleh2($current_title).$suffix."
\n";
echo "\t
" . _t('user','sup') . "\n";
echo "\t
" . _t('user','mod') . "\n";
echo $reca_droits;
echo '
'._t('user','profile').'
';
echo "
\n";
echo "- ". mb_ucfirst(_t('user','login')). " :
\n";
echo "- ".$user_login."
\n";
if(!empty($user_previous_login)) {
echo "- ". mb_ucfirst(_t('user','previous_logins')). " :
\n";
echo "- ".$user_previous_login."
\n";
}
echo "- ". mb_ucfirst(_t('user','first_name')). " :
\n";
echo "- ".$user_profile_firstname."
\n";
echo "- ".mb_ucfirst(_t('user','last_name')). " :
\n";
echo "- ".$user_profile_lastname."
\n";
echo "- ".mb_ucfirst(_t('user','email')). " :
\n";
echo "- ".$user_email."
\n";
echo "- ".mb_ucfirst(_t('user','email_display'))." :
\n";
echo "- ". $user_public_email."
\n";
echo "- ".mb_ucfirst(_t('user','projects'))." :
\n";
echo "- ". stripslashes($userProjects)."
\n";
echo "- ".mb_ucfirst(_t('user','workgroups'))." :
\n";
echo "- ". stripslashes($wg_display)."
\n";
echo "- ".mb_ucfirst(_t('user','birthdate'))." :
\n";
echo "- ". $user_profile_birthdate."
\n";
echo "- ".mb_ucfirst(_t('user','city'))." :
\n";
echo "- ". $user_profile_city."
\n";
echo "- ".mb_ucfirst(_t('user','leisures'))." :
\n";
echo "- ". $user_profile_leisures."
\n";
echo "- ".mb_ucfirst(_t('user','job'))." :
\n";
echo "- ". $user_profile_job."
\n";
echo "- ".mb_ucfirst(_t('user','avatar'))." :
\n";
echo "- ". $user_profile_avatar."
\n";
echo "- ".mb_ucfirst(_t('user','quotation'))." :
\n";
echo "- ". $user_profile_quotation."
\n";
echo "- ".mb_ucfirst(_t('user','signature'))." :
\n";
echo "- ". $user_profile_signature."
\n";
echo "- ".mb_ucfirst(_t('user','latest_con'))." :
\n";
echo "- ". $user_last_con_display."
\n";
echo "- ".mb_ucfirst(_t('divers','last_modify'))." :
\n";
echo "- ". $profile_last_modify_display."
\n";
echo "- ".mb_ucfirst(_t('divers','date_crea'))." :
\n";
echo "- ". $profile_date_crea_display."
\n";
echo "- ".mb_ucfirst(_t('divers','statut')) ." :
\n";
echo "- ". $user_validity. "
\n";
echo "
\n";
?>