Project

General

Profile

Feature #23969 ยป tslib_content_IMAGE.diff

Administrator Admin, 2010-11-06 21:26

View differences:

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;
    (1-1/1)