[TYPO3-german] Übesetzung von page title

Bernhard Marx bernhard.marx at gmail.com
Tue Oct 21 20:13:18 CEST 2014


Hallo Helmut,

danke für die Antwort.... mhmmmm autmatisch ?!?

                         
Fluidtemplate_by_example  hier auf der Seite im T3Doc: kann leider den Link nicht posten... erst nach 3 Nachrichten ?!?

Taking Page-Data from the {data}-Object
With Fluidtemplate we do not need to prepare Pagetitle etc. in Typoscript, we can add them directly using the {data}-Variable. This variable contains page-Information ( debug it to check out the whole thing. you can easily do this in fluid like this: )

XML / HTML:
<f:debug title="Data-Variable">{data}</f:debug>
<!-- this will render the page-title: -->
<h1>{data.title}</h1>

Gruss Bernhard


More information about the TYPO3-german mailing list