Bug #22361 ยป 13980.diff
t3lib/class.t3lib_pagerenderer.php (working copy) | ||
---|---|---|
$jsFooterFiles = '';
|
||
$noJS = FALSE;
|
||
$jsLibs = $this->renderJsLibraries();
|
||
|
||
// preRenderHook for possible manuipulation
|
||
if (is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_pagerenderer.php']['render-preProcess'])) {
|
||
$params = array (
|
||
'jsLibsCore' => &$jsLibs,
|
||
'jsLibs' => &$this->jsLibs,
|
||
'jsFiles' => &$this->jsFiles,
|
||
'jsFooterFiles' => &$this->jsFiles,
|
||
... | ... | |
}
|
||
}
|
||
$jsLibs = $this->renderJsLibraries();
|
||
|
||
if ($this->compressCss || $this->compressJavascript) {
|
||
// do the file compression
|
||
$this->doCompress();
|