---
title: "Deprecation: #89722 - GMENU_LAYERS related property TSFE->divSection"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-89722"
source: "Changelog/10.2/Deprecation-89722-GMENU_LAYERSRelatedPropertyTSFE-divSection.rst"
typo3-version: "10.2"
typo3-major: 10
type: "deprecation"
issue: 89722
forge: "https://forge.typo3.org/issues/89722"
tags: ["Frontend", "FullyScanned", "ext:frontend"]
rendered: "2026-09-18T17:00:34+00:00"
---

# Deprecation: #89722 - GMENU_LAYERS related property TSFE->divSection {#deprecation-89722}

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

## Description {#description}

The public PHP property `TypoScriptFrontendController->divSection` has been marked as deprecated. This was used in prior
TYPO3 versions to add dynamic JavaScript related to GMENU_LAYERS
functionality which was removed with previous TYPO3 versions, making
this property only produce unnecessary overhead in frontend rendering.

## Impact {#impact}

Accessing or setting this property will trigger a deprecation notice.

## Affected Installations {#affected-installations}

TYPO3 installations with extensions explicitly accessing this property, which is highly unlikely as this property is very lowlevel.

## Migration {#migration}

If there is a need to add JavaScript within uncached content, use
`$GLOBALS['TSFE']->additionalHeaderData[]` instead.
