Merge pull request #10552 from ATM-Nicolas/fix_default_fontawesome_signout_icon
FIX : Default sign out icon if not using Font Awesome 5
This commit is contained in:
commit
1c3520d040
@ -3056,6 +3056,7 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
|
||||
$marginleftonlyshort = 1;
|
||||
}
|
||||
elseif ($pictowithoutext == 'sign-out') {
|
||||
$fakey = 'fa-sign-out';
|
||||
$marginleftonlyshort=0;
|
||||
if (! empty($conf->global->MAIN_USE_FONT_AWESOME_5)) $fakey = 'fa-sign-out-alt';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user