/ Published in: TYPO3
Rootline page title, works also with the tt_news page title
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
config.noPageTitle = 2 page.headerData.80 { wrap = <title>|</title> 10 { special = rootline special.range = 0|-2 # rootline except the current page includeNotInMenu = 1 } # title of the current page 20.data = TSFE:page|title 20.htmlSpecialChars = 1 20.wrap = - | # title of the website (defined in the template) 30.data = DB:sys_template:1:sitetitle 30.htmlSpecialChars = 1 30.wrap = - | }