Actions
Feature #68229
closedRender backend icon with Fluid
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2015-07-16
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
The TYPO3 Icon on the upper left of the TYPO3 Backend is still rendered using a plain HTML <img> tag.
Replacing it with a Fluid <f:image> enhances
Replacing it with a Fluid <f:image> enhances
$GLOBALS['TBE_STYLES']['logo']
in some points
- The Path to the icon is relative to the Document Root [
PATH_site
] instead of "typo3/" [PATH_typo3
] - The icon will be resized if it's higher than 50px ([
height="50m"
] if$logoHeight > 50
) - and in the course of this change the path to the default image is not hardcoded anymore
Actions