>> Well, if you design your HTML and CSS well, you could make /many/
>> changes by just changing the body tag:
>
> That's right, but you can't change website title (the one that's set
> in template) and that's what this is all about.

Of course you can:

config {
    noPageTitle = 2
}

page.headerData {
    999 = TEXT
    999 {
        value = <title>This is my title</title>
        lang {
            de = <title>Das ist mein Titel</title>
            fr = <title>Don't know French</title>
        }
    }
}

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com


_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to