mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Tables icon svg correction reports
This commit is contained in:
parent
7b3ed98d4b
commit
068f23f278
@ -727,8 +727,9 @@ function ui_print_group_icon($id_group, $return=false, $path='', $style='', $lin
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$icon = (str_contains($icon, '.svg') === true) ? $icon : $icon.'.svg';
|
||||||
$output .= html_print_image(
|
$output .= html_print_image(
|
||||||
'images/'.$icon.'.svg',
|
'images/'.$icon,
|
||||||
true,
|
true,
|
||||||
[
|
[
|
||||||
'style' => $style,
|
'style' => $style,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user