This commit is contained in:
Laurent Destailleur
2019-12-15 20:31:09 +01:00
parent d979f6f0f4
commit 9e94be8bac
4 changed files with 10 additions and 6 deletions

View File

@@ -3099,7 +3099,7 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
$fakey = 'fa-'.$arrayconvpictotofa[$pictowithouttext];
}
elseif ($pictowithouttext == 'switch_on') {
$facolor = '#227722';
$morecss = 'font-status4';
$fakey = 'fa-'.$arrayconvpictotofa[$pictowithouttext];
}
elseif ($pictowithouttext == 'off') {