Actions
Bug #22366
closedwrong image dimension returned if alternative logo is set and skin-extension is installed in global-space (backend-redesign)
Start date:
2010-03-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
problem:
if an alternative TYPO3-logo is set in $GLOBALS['TBE_STYLES']['logo'] and a skin-extension is installed in 'typo3/ext/' (globally), the 'typo3/classes/class.typo3logo.php' does not check the image-dimensions. instead it outputs the alternative image with the size if the default logo. thats bad for backend-redesigners, because the alternative logo is displayed squashed.
solution:
just remove the substring-check '../', resolve the backpath to the alternative logo-file and always run through 'getimagesize'.
(issue imported from #M13985)
Files
Updated by Steffen Kamper over 14 years ago
committed v2 to svn
trunk rev 7285
4_3 rev 7286
Actions