[TYPO3] changing the <title> tag

Michael Stucki michael at typo3.org
Wed Oct 11 23:47:40 CEST 2006


Rosina Bignall wrote:

> Thank you!  Could you please explain what this line does:
> 
>  >         10.data = TSFE : tmpl | setup | sitetitle
> 
> I can see that it gets the site title, but I'm not sure what all the
> rest of it means.

It provides a way to read $GLOBALS['TSFE']->tmpl->setup['sitetitle'].

The "|" separator can be used to fetch values from an object/array in
getText elements. TYPO3 will automatically choose the right access method
(array or object).

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/



More information about the TYPO3-english mailing list