---
title: "Breaking: #77481 - Remove favicon from TBE_STYLES"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-77481"
source: "Changelog/8.3/Breaking-77481-RemoveFaviconFromTBE_STYLES.rst"
typo3-version: "8.3"
typo3-major: 8
type: "breaking"
issue: 77481
forge: "https://forge.typo3.org/issues/77481"
tags: ["Backend", "PHP-API"]
rendered: "2026-09-17T12:41:04+00:00"
---

# Breaking: #77481 - Remove favicon from TBE_STYLES {#breaking-77481-remove-favicon-from-tbe-styles}

See [forge#77481](https://forge.typo3.org/issues/77481)

## Description {#description}

The configuration `$GLOBALS['TBE_STYLES']['favicon']` has been removed.

## Impact {#impact}

The configuration `$GLOBALS['TBE_STYLES']['favicon']` is not evaluated anymore.

## Affected Installations {#affected-installations}

Any installation using `$GLOBALS['TBE_STYLES']['favicon']`.

## Migration {#migration}

Define the favicon in the setting of EXT:backend in the extension manager.
