Project

General

Profile

Bug #20730 ยป 11493.diff

Administrator Admin, 2009-07-07 14:59

View differences:

typo3/template.php (working copy)
// include extJS
if ($this->addExtJS) {
// use the base adapter all the time
$libs[] = 'contrib/extjs/adapter/' . $this->extJSadapter;
$libs[] = 'contrib/extjs/adapter/' . ($this->enableExtJsDebug ? str_replace('.js', '-debug.js', $this->extJSadapter) : $this->extJSadapter);
$libs[] = 'contrib/extjs/ext-all' . ($this->enableExtJsDebug ? '-debug' : '') . '.js';
// add extJS localization
    (1-1/1)