Feature #23969 ยป tslib_content_IMAGE.diff
typo3/sysext/cms/tslib/content/class.tslib_content_image.php (revision ) | ||
---|---|---|
public function render($conf = array()) {
|
||
if ($this->cObj->checkIf($conf['if.'])) {
|
||
$theValue = $this->cObj->cImage($conf['file'], $conf);
|
||
if ($conf['stdWrap.']) {
|
||
if (isset($conf['stdWrap.'])) {
|
||
$theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
|
||
}
|
||
return $theValue;
|