Bug #24889 » 17402.diff
t3lib/message/class.t3lib_message_errorpagemessage.php (working copy) | ||
---|---|---|
'###MESSAGE###' => $this->message,
|
||
'###BASEURL###' => t3lib_div::getIndpEnv('TYPO3_SITE_URL'),
|
||
'###TYPO3_mainDir###' => TYPO3_mainDir,
|
||
'###TYPO3_copyright_year###' => TYPO3_copyright_year,
|
||
);
|
||
$content = t3lib_div::getUrl(PATH_site . $this->htmlTemplate);
|
typo3/sysext/t3skin/templates/errorpage-message.html (working copy) | ||
---|---|---|
<div id="t3-footer">
|
||
<div id="t3-copyright-notice">
|
||
TYPO3 is an open source content management system. To maintain the quality of the system and to improve it, please help us by donating.
|
||
TYPO3 CMS. Copyright © 1998-2010 Kasper Skårhøj. Extensions are copyright of their respective owners. Go to http://typo3.com/ for details.
|
||
TYPO3 CMS. Copyright © ###TYPO3_copyright_year### Kasper Skårhøj. Extensions are copyright of their respective owners. Go to http://typo3.com/ for details.
|
||
TYPO3 comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Obstructing the appearance of this notice is prohibited by law.
|
||
</div>
|
||
</div>
|