[TYPO3] Modifying one body tag
Robert Böttner
r.boettner at crescomedia.de
Thu Mar 1 16:56:30 CET 2007
Hi Sebastian,
> [globalVar = TSFE:id = 146, GP:language = de]
>
> page.headerData.20 = TEXT
> page.headerData.20.value(
> <script>This is german!!</script>
> )
> [END]
If you are using TYPO3 version >= 4 you can use operators for
conditions. For previous versions there´s an extension in the repository.
Assuming that the uid for the german sys_language is 1 in your
installation try this one:
[globalVar = TSFE:id = 146] && [globalVar = GP:L = 1]
page.headerData.20 = TEXT
page.headerData.20.value (
<script>This is german!!</script>
)
[global]
hth
Robert.
More information about the TYPO3-english
mailing list