Actions
Bug #19046
closedTYPO3 logo in backend gets pulled from location which does not use the mainDir constant
Start date:
2008-07-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When /typo3/classes/class.typo3logo.php wants to determine the size of /typo3/gfx/typo3logo_mini.png for the BE, it uses a static string 'typo3/' in line 63.
$imgInfo = getimagesize(PATH_site.'typo3/'.$logoFile);
However, this will break sites which use a non-standard path for the BE.
I believe this should be using the constant mainDir instead which installs with non-standard BE paths will have adjusted, anyway.
(issue imported from #M8879)
Files
Updated by Steffen Kamper over 16 years ago
it's a nobrainer, i attached the patch
Updated by Christian Kuhn over 14 years ago
Resolved as duplicate of #20090, fixed in rev. 5076
Actions