Project

General

Profile

Bug #20355 » 10977_v2.diff

Administrator Admin, 2009-04-24 13:57

View differences:

typo3/template.php (working copy)
* @return string <meta> tag with name "generator"
*/
function generator() {
$str = 'TYPO3 '.TYPO3_branch.', http://typo3.com, &#169; Kasper Sk&#229;rh&#248;j 1998-2008, extensions are copyright of their respective owners.';
$str = 'TYPO3 '.TYPO3_branch.', http://typo3.com, &#169; Kasper Sk&#229;rh&#248;j 1998-2009, extensions are copyright of their respective owners.';
return '<meta name="generator" content="'.$str .'" />';
}
typo3/sysext/cms/tslib/class.tslib_pagegen.php (working copy)
<!-- '.($customContent?$customContent.chr(10):'').'
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-2008 of Kasper Skaarhoj. Extensions are copyright of their respective owners.
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/
-->
';
(2-2/2)