Project

General

Profile

Bug #19432 ยป getHtmlTemplate-resolveBackPath.patch

Administrator Admin, 2008-10-08 09:33

View differences:

typo3_src-4.2.2-resolveBackPath/typo3/template.php 2008-10-08 09:30:58.000000000 +0200
if ($GLOBALS['TBE_STYLES']['htmlTemplates'][$filename]) {
$filename = $GLOBALS['TBE_STYLES']['htmlTemplates'][$filename];
}
return ($filename ? t3lib_div::getURL($this->backPath . $filename) : '');
return ($filename ? t3lib_div::getURL(t3lib_div::resolveBackPath($this->backPath . $filename)) : '');
}
/**
    (1-1/1)