Task #24551 » lowerCamelCase-getUrl-typo3-sysext-t3editor.diff
typo3/sysext/t3editor/classes/class.tx_t3editor.php | ||
---|---|---|
* @return string the template code, prepared to use in javascript
|
||
*/
|
||
protected function getPreparedTemplate() {
|
||
$T3Editor_template = t3lib_div::getURL(
|
||
$T3Editor_template = t3lib_div::getUrl(
|
||
t3lib_div::getFileAbsFileName(
|
||
'EXT:t3editor/res/templates/t3editor.html'
|
||
)
|