mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
Macro _moduledata_X_ image substitution
This commit is contained in:
parent
cc2709c42c
commit
92786afa3e
@ -1495,6 +1495,7 @@ sub pandora_execute_action ($$$$$$$$$;$$) {
|
|||||||
my $_cid = '<img style="height: 150px;" src="cid:' . $cid_data . '"/>';
|
my $_cid = '<img style="height: 150px;" src="cid:' . $cid_data . '"/>';
|
||||||
|
|
||||||
$field3 =~ s/_data_/$_cid/g;
|
$field3 =~ s/_data_/$_cid/g;
|
||||||
|
$field3 =~ s/_moduledata_/$_cid/g;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user