Bug #22400 ยป patch_baseUrl.diff
typo3_src.new/typo3/sysext/cms/tslib/class.tslib_pagegen.php 2010-04-08 15:02:11.000000000 +0200 | ||
---|---|---|
Information and contribution at http://typo3.com/ and http://typo3.org/
|
||
');
|
||
if ($GLOBALS['TSFE']->baseUrl) {
|
||
$pageRenderer->setBaseUrl($GLOBALS['TSFE']->baseUrl);
|
||
}
|
||
|
||
if ($GLOBALS['TSFE']->pSetup['shortcutIcon']) {
|
||
$favIcon = $GLOBALS['TSFE']->tmpl->getFileName($GLOBALS['TSFE']->pSetup['shortcutIcon']);
|
||
... | ... | |
if (is_array($GLOBALS['TSFE']->pSetup['footerData.'])) {
|
||
$pageRenderer->addFooterData($GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup['footerData.'], 'footerData.'));
|
||
}
|
||
// set baseUrl
|
||
if ($GLOBALS['TSFE']->baseUrl) {
|
||
$pageRenderer->setBaseUrl($GLOBALS['TSFE']->baseUrl);
|
||
}
|
||
// Title
|
||
$titleTagContent = $GLOBALS['TSFE']->tmpl->printTitle($GLOBALS['TSFE']->altPageTitle ? $GLOBALS['TSFE']->altPageTitle : $GLOBALS['TSFE']->page['title'], $GLOBALS['TSFE']->config['config']['noPageTitle'], $GLOBALS['TSFE']->config['config']['pageTitleFirst']);
|
||
if ($GLOBALS['TSFE']->config['config']['titleTagFunction']) {
|