Bug #21216 » 12168.diff
typo3/sysext/cms/tslib/class.tslib_pagegen.php (working copy) | ||
---|---|---|
$customContent = $GLOBALS['TSFE']->config['config']['headerComment'];
|
||
if (trim($customContent)) {
|
||
$pageRenderer->addInlineComment($customContent);
|
||
$pageRenderer->addInlineComment("\t" . str_replace(array("\n", "\r\n"), array("\n\t", "\n\t"), trim($customContent)));
|
||
}
|
||
// Setting charset:
|
||
... | ... | |
// Setting charset meta tag:
|
||
$pageRenderer->setCharSet($theCharset);
|
||
$pageRenderer->addInlineComment('
|
||
This website is powered by TYPO3 - inspiring people to share!
|
||
$pageRenderer->addInlineComment(' This website is powered by TYPO3 - inspiring people to share!
|
||
TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.
|
||
TYPO3 is copyright 1998-2009 of Kasper Skaarhoj. Extensions are copyright of their respective owners.
|
||
Information and contribution at http://typo3.com/ and http://typo3.org/
|
- « Previous
- 1
- 2
- Next »