Feature #21685 ยป typo3-mail-form.patch
typo3/sysext/cms/tslib/class.tslib_content.php (working copy) | ||
---|---|---|
$result = str_replace('###FIELD###',$fieldCode,$result);
|
||
$result = str_replace('###LABEL###',$labelCode,$result);
|
||
$result = str_replace('###COMMENT###',$commentCode,$result); //RTF
|
||
$result = str_replace('###TYPE###',$confData['type'],$result);
|
||
$content.= $result;
|
||
}
|
||
}
|