Project

General

Profile

Bug #22361 ยป 13980.diff

Administrator Admin, 2010-03-31 18:23

View differences:

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();
    (1-1/1)