diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 090bfd3bcd4..458e6649d8a 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1720,7 +1720,7 @@ function top_menu_user(User $user, Translate $langs) $userImage = Form::showphoto('userphoto', $user, 0, 0, 0, 'photouserphoto userphoto', 'small', 0, 1); $userDropDownImage = Form::showphoto('userphoto', $user, 0, 0, 0, 'dropdown-user-image', 'small', 0, 1); } - else{ + else { $nophoto='/public/theme/common/user_anonymous.png'; if ($user->gender == 'man') $nophoto='/public/theme/common/user_man.png'; if ($user->gender == 'woman') $nophoto='/public/theme/common/user_woman.png'; @@ -1734,7 +1734,7 @@ function top_menu_user(User $user, Translate $langs) $dropdownBody.= '