[TYPO3-core] RFC #13996: code cleanup: hardcoded image shown in "HELP > About TYPO3" (backend-redesign)
Steffen Kamper
info at sk-typo3.de
Sat Apr 17 10:53:22 CEST 2010
Hi,
why not use the skin API? Then all the comparisons are not needed:
$logo = '<img'.t3lib_iconWorks::skinImg($BACK_PATH, 'gfx/typo3logo.gif',
'width="123" height="34"') . ' alt="' .
$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:typo3_logo',
true) . '" />';
vg Steffen
More information about the TYPO3-team-core
mailing list