Index: ChangeLog =================================================================== --- ChangeLog (Revision 7549) +++ ChangeLog (Arbeitskopie) @@ -1,5 +1,6 @@ 2010-05-06 Benjamin Mack + * Fixed bug #13995: Hardcoded TYPO3 logo image shown in "HELP > About Modules" (Thanks to Stephan Kellermayr and Steffen Kamper) * Fixed bug #14291: TCEforms: Incorrect background color style in type fields with images (Thanks to Stefan Galinski) * Fixed bug #14316: Updated TYPO3_copyright_year in constants section of config_default.php (Thanks to Steffen Gebert) * Fixed bug #14217: options.pageTree.showPageIdWithTitle doesn't work in record picker and RTE (Thanks to Reinhard Fuehricht) Index: t3lib/class.t3lib_befunc.php =================================================================== --- t3lib/class.t3lib_befunc.php (Revision 7549) +++ t3lib/class.t3lib_befunc.php (Arbeitskopie) @@ -4137,7 +4137,7 @@ ); } $cNotice = '' . - '' .
+			'<img' . t3lib_iconWorks::skinImg($BACK_PATH, 'gfx/loginlogo_transp.gif', 'width=' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_login.xml:typo3.cms') . ' ' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_login.xml:version.short') . ' ' .