Breaking: #67654 - Remove $GLOBALS[FILEICONS] functionality
See forge#67654
Description
The global variable $GLOBALS
was in use for displaying icons before the sprite icons for files were introduced in TYPO3 v4.4.
The $FILEICONS
has been removed completely as well as the function call Backend
.
Impact
Any usage on $GLOBALS
will have no effect anymore.
Any calls on Backend
will result in a fatal error.
Affected Installations
Instances that populate or make use of $GLOBALS
or installations with extensions calling Backend
directly.
Migration
Use sprite icons via Icon
.