mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update icons.php
This commit is contained in:
parent
3a19a7d277
commit
16f8de0f4d
|
|
@ -144,7 +144,7 @@ $documentation->showSidebar(); ?>
|
|||
foreach ($fontAwesomeIcons as $iconData) {
|
||||
$class= $iconData[1]??'fa';
|
||||
if (!empty($iconData[2])) {
|
||||
$class.= ' fa-'.$iconData[2]??'';
|
||||
$class.= ' fa-'.$iconData[2];
|
||||
} else {
|
||||
$class.= ' fa-'.$iconData[0]??'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user