mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#11218 Fixed the icons of the policies adopted to the module
This commit is contained in:
parent
e077d9303b
commit
e979403a54
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user