[TYPO3-english] Modifying <title>

Jan Bednarik info at bednarik.org
Thu May 14 20:02:56 CEST 2009


You need to remove the default title:

config.noPageTitle = 1
- it may be a bit different, I don't rememeber for sure, check TSRef

and then create your own:

page.headerData.100 = TEXT
page.headerData {
wrap = <title>|</title>
data = ...
value = ...
field = ...
whatever = ...
}

-- 
Jan Bednarik
www.bednarik.org - web about Typo3 in czech


More information about the TYPO3-english mailing list