Project

General

Profile

Feature #19599 ยป rtehtmlarea_feature_9776.patch

Administrator Admin, 2008-11-12 08:43

View differences:

typo3/sysext/rtehtmlarea/pi3/class.tx_rtehtmlarea_pi3.php (copie de travail)
if ($this->cObj->parameters['title']) $conf['imageLinkWrap.']['title'] = $this->cObj->parameters['title'];
if ($this->cObj->parameters['alt']) $conf['imageLinkWrap.']['alt'] = $this->cObj->parameters['alt'];
$content = $this->cObj->imageLinkWrap($content,$theImage,$conf['imageLinkWrap.']);
$content = $this->cObj->stdWrap($content,$conf['stdWrap.']);
}
}
return $content;
    (1-1/1)