Do you want to place the page title in your TYPO3 template?
Use the following TypoScript snippet to help yourself out.
lib.pagetitle = TEXT lib.pagetitle { value = {page:title} insertData = 1 }
References
- TSRef TEXT
- TSRef stdWrap (search for insertData)
Originally posted February 2, 2009.