Feature #17714 » rtehtmlarea_bugfix_6579.patch
typo3/sysext/rtehtmlarea/pi2/class.tx_rtehtmlarea_pi2.php (working copy) | ||
---|---|---|
$pathToSkin = $this->registeredPlugins[$pluginId]->getPathToSkin();
|
||
if ($pathToSkin) {
|
||
$additionalCode_loadCSS .= '
|
||
<link rel="stylesheet" type="text/css" href="' . $this->httpTypo3Path . t3lib_extMgm::siteRelPath($this->registeredPlugins[$pluginId]->getExtensionKey()) . . $pathToSkin . '" />';
|
||
<link rel="stylesheet" type="text/css" href="' . $this->httpTypo3Path . t3lib_extMgm::siteRelPath($this->registeredPlugins[$pluginId]->getExtensionKey()) . $pathToSkin . '" />';
|
||
}
|
||
}
|
||
}
|