35 lines
678 B
ReStructuredText
35 lines
678 B
ReStructuredText
.. include:: /Includes.rst.txt
|
|
|
|
.. _deprecation-85678:
|
|
|
|
====================================================
|
|
Deprecation: #85678 - $GLOBALS['TSFE']->altPageTitle
|
|
====================================================
|
|
|
|
See :issue:`85678`
|
|
|
|
Description
|
|
===========
|
|
|
|
The PHP property :php:`$GLOBALS['TSFE']->altPageTitle` has been marked as deprecated and will be removed with TYPO3 v10.
|
|
|
|
|
|
Impact
|
|
======
|
|
|
|
Installations using this property will trigger a PHP :php:`E_USER_DEPRECATED` error.
|
|
|
|
|
|
Affected Installations
|
|
======================
|
|
|
|
Instances using the property.
|
|
|
|
|
|
Migration
|
|
=========
|
|
|
|
Please use the new PageTitle API to alter the title tag.
|
|
|
|
.. index:: TypoScript, NotScanned
|