More fontawesome logo

This commit is contained in:
Laurent Destailleur 2020-04-06 18:21:13 +02:00
parent 665dc6f8d2
commit af4365ee4d

View File

@ -3226,6 +3226,10 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
$fakey = 'fa-crop';
$facolor = '#444';
}
elseif ($pictowithouttext == 'generic') {
$fakey = 'fa-file';
$fa = 'far';
}
elseif ($pictowithouttext == 'note') {
$fakey = 'fa-sticky-note';
$fa = 'far';