Actions
Bug #22373
closedhardcoded image shown in "HELP > About Modules" (backend-redesign)
Start date:
2010-04-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
problem:
the logo shown in "Help > About Modules" is hardcoded, which is not good for backend-redesign.
this image is 'gfx/loginlogo_transp.gif', which in any other case can be overridden with $GLOBALS['TBE_STYLES']['loginBoxImageSmall'], but not at the page "About Modules".
solution:
just check $GLOBALS['TBE_STYLES']['loginBoxImageSmall'], and if it is set, resolve backpath, getimagesize and return this alternative image.
(issue imported from #M13995)
Files
Updated by Stephan Kellermayr over 14 years ago
...the relevant file for that code-cleanup is: t3lib/class.t3lib_befunc.php
Actions