[TYPO3] Change the title separator

tapio tapio.markula at dnainternet.net
Wed Mar 15 07:39:14 CET 2006


Kristian Kleiveland wrote:
> Hello group
> 
> Is there a way to change my title from Website:Page til Website | Page
> 
> Like Drupal does it? Change the : to | that is.

At least you can set page.headerData object + disable
default title


config.noPageTitle = 2
and then a new object, for example:

page.headerData.11 =COA
page.headerData.11 {
10=TEXT
10.value=<title>Suomen hammaslääkäriliitto ::&nbsp;
   20 = TEXT
   20.field = title
   20.case=upper
30=TEXT
30.value=&nbsp;::</title>
}



More information about the TYPO3-english mailing list