Project

General

Profile

Bug #21155 ยป 12082.diff

Administrator Admin, 2009-09-30 15:52

View differences:

typo3/sysext/cms/tslib/class.tslib_pagegen.php (Arbeitskopie)
if ($GLOBALS['TSFE']->pSetup['frameSet.']) {
$fs = t3lib_div::makeInstance('tslib_frameset');
$GLOBALS['TSFE']->addBodyContent($fs->make($GLOBALS['TSFE']->pSetup['frameSet.']));
$GLOBALS['TSFE']->addBodyContent(chr(10) . '<noframes>' . chr(10));
$pageRenderer->addBodyContent($fs->make($GLOBALS['TSFE']->pSetup['frameSet.']));
$pageRenderer->addBodyContent(chr(10) . '<noframes>' . chr(10));
}
// Bodytag:
    (1-1/1)