How can I insert the current page title automatically into a TYPO3 template?

后端 未结 8 971
终归单人心
终归单人心 2021-02-05 17:08

actually the title is the whole question.

I just want to modify the template so that the current page title is automatically shown (i\'m working with html templates so I

8条回答
  •  轮回少年
    2021-02-05 17:25

    You can current page title by following typoscript:

    lib.pagetitle = TEXT
    lib.pagetitle.data = page : title
    

    and then use this object to your page using typoscriptObjectPath like following way:

    
    

提交回复
热议问题