TYPO3Buddy
TYPO3Buddy is on FacebookTYPO3Buddy is on Twitter
menu

Insert page title on the website

To show the page title on a specific part of the website, use this code:

lib.header_top_right = HTML
lib.header_top_right.value {
    wrap = <div class="pagetitle">|</div>
    data = page : title
}

Where "lib.header_top_right" is the Templavoila typoscript object path to the header top right part of the website.

The TYPO3Buddy website is a tutorial to rebuild the TYPO3Buddy website from scratch. You can choose from a TYPO3 Fluid tutorial and a TYPO3 Templavoila tutorial. You'll build TYPO3 websites like you've done so for years!

Kind reminder! This tutorial has been tested with and updated for TYPO3 v10. Please keep in mind that the tutorial has once been set up for TYPO3 v6. It follows some deprecated conventions. If so, this will be mentioned in the tutorial.