[TYPO3] Website title in different languages
JoH asenau
info at cybercraft.de
Tue Jul 10 19:54:50 CEST 2007
>> 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
More information about the TYPO3-english
mailing list