diff --git a/htdocs/user/card.php b/htdocs/user/card.php index f6ec03abf91..7c923b6f9ef 100644 --- a/htdocs/user/card.php +++ b/htdocs/user/card.php @@ -1827,14 +1827,6 @@ else } print ''; - // Photo - print ''; - print ''.$langs->trans("Photo").''; - print ''; - print $form->showphoto('userphoto',$object,60,0,$caneditfield,'photowithmargin','small'); - print ''; - print ''; - // Employee print ''; print ''.fieldLabel('Employee','employee',0).''; @@ -2237,6 +2229,14 @@ else print ''; } + // Photo + print ''; + print ''.$langs->trans("Photo").''; + print ''; + print $form->showphoto('userphoto',$object,60,0,$caneditfield,'photowithmargin','small'); + print ''; + print ''; + // Categories if (!empty( $conf->categorie->enabled ) && !empty( $user->rights->categorie->lire )) {