[TYPO3-dev] Hook into page title generation
    Christian Futterlieb 
    christian at futterlieb.ch
       
    Thu Jul 11 19:37:25 CEST 2013
    
    
  
Hi Philipp
> What about config.titleTagFunction ? cf
> http://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Config/Index.html
You can use the extension 'titletag' [1].
And then just do it with typoscript setup:
plugin.tx_titletag.overridePagetitle.field = subtitle
plugin.tx_titletag.overridePagetitle.if {
     isTrue.field = subtitle
}
Regards, Christian
[1] http://typo3.org/extensions/repository/view/titletag
    
    
More information about the TYPO3-dev
mailing list