#11218 Fixed the icons of the policies adopted to the module

This commit is contained in:
Jorge Rincon 2023-07-21 15:33:50 +02:00
parent e077d9303b
commit e979403a54

View File

@ -842,7 +842,7 @@ if ($modules !== false) {
if ((bool) $linked !== false) {
if ((bool) $adopt === true) {
$img = 'images/policies_not_brick.png';
$img = 'images/policies_brick.png';
$title = '('.__('Adopted').') '.$policyInfo['name_policy'];
} else {
$img = 'images/policies_mc.png';