forked from Wavyzz/dolibarr
Look and feel v21
This commit is contained in:
@@ -2502,7 +2502,7 @@ function top_menu_user($hideloginname = 0, $urllogout = '')
|
||||
$nophoto = '/public/theme/common/user_woman.png';
|
||||
}
|
||||
|
||||
$userImage = '<img class="photo photouserphoto userphoto" alt="" src="'.DOL_URL_ROOT.$nophoto.'">';
|
||||
$userImage = '<img class="photo photouserphoto userphoto" alt="" src="'.DOL_URL_ROOT.$nophoto.'" aria-hidden="true">';
|
||||
$userDropDownImage = '<img class="photo dropdown-user-image" alt="" src="'.DOL_URL_ROOT.$nophoto.'">';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user