DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

TitleTagViewHelper

ViewHelper to render the page title

Type: Basic

Examples

Basic Example

Render the content of the VH as page title

Code:

<n:titleTag>{newsItem.title}</n:titleTag>

Output:

<title>TYPO3 is awesome</title>