FIX : Default sign out icon if not using Font Awesome 5

This commit is contained in:
ATM-Nicolas 2019-02-12 10:43:00 +01:00
parent 65b5e7a26d
commit 4e35ebe52a

View File

@ -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';
}