Bug #25384 » 18024.diff
../zaplecze_diff/typo3/backend.php 2011-03-25 11:26:10.523041683 +0100 | ||
---|---|---|
if ($info['isCoreComponent']) {
|
||
$absoluteComponentPath = PATH_t3lib . 'js/extjs/' . $componentDirectory;
|
||
$relativeComponentPath = '../' . str_replace(PATH_site, '', $absoluteComponentPath);
|
||
if(PATH_site=='/') $relativeComponentPath = '../' .$absoluteComponentPath;
|
||
else $relativeComponentPath = '../' . str_replace(PATH_site, '', $absoluteComponentPath);
|
||
} else {
|
||
$absoluteComponentPath = t3lib_extMgm::extPath($info['extKey']) . $componentDirectory;
|
||
$relativeComponentPath = t3lib_extMgm::extRelPath($info['extKey']) . $componentDirectory;
|
- « Previous
- 1
- 2
- Next »