[TYPO3-german] TypoScript page.headTag wird ignoriert

Tobias Malikowski tobias.malikowski at braukon.de
Mon Feb 2 15:56:29 CET 2015


Hallo Rainer,

ich arbeite mit Typo 6.2.9 und habe das so gelöst:

# clear body Tag and set new bodytag with uid as id
page.bodyTag >
page.bodyTagCObject = TEXT
page.bodyTagCObject.field = uid
page.bodyTagCObject.wrap = <body id="page-|">

Gruß Tobi

-----Ursprüngliche Nachricht-----
Von: typo3-german-bounces at lists.typo3.org [mailto:typo3-german-bounces at lists.typo3.org] Im Auftrag von Chris Wolff - AERTiCKET AG
Gesendet: Montag, 2. Februar 2015 15:34
An: German TYPO3 Userlist
Betreff: Re: [TYPO3-german] TypoScript page.headTag wird ignoriert

Hallo Rainer,
mit welcher typo3 version arbeitstest du denn?
Ich glaube headTag gibt es nocht nicht so lange.

Gruss chris


-----Ursprüngliche Nachricht-----
Von: typo3-german-bounces at lists.typo3.org [mailto:typo3-german-bounces at lists.typo3.org] Im Auftrag von Rainer Mihlan
Gesendet: Montag, 2. Februar 2015 15:24
An: typo3-german at lists.typo3.org
Betreff: [TYPO3-german] TypoScript page.headTag wird ignoriert

Hallo Liste,

für die Einbindung einer Buchungssoftware muss ich den HEAD und den BODY-Tag per TypoScript manipulieren und jeweils eine ID hinzufügen. 
Beim BODY klappt das mit

page.bodyTag >
page.bodyTagCObject = TEXT
page.bodyTagCObject.wrap = <body id="wbe" style="rgba">

auch perfekt. Beim HEAD funktioniert weder

page.headTag (
<head id="abc">
)

noch

page.headTag = <head id="abc">

Auch was man bei Google so findet wird bei mir ignoriert:

page.headTag (
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
)

oder

page.headTag = <head><meta http-equiv="X-UA-Compatible" 
content="IE=EmulateIE7" />


System: TYPO3 CMS 6.2.9

Hat jemand eine Idee? Die TSref hat mir auch nicht weitergeholfen.

Viele Grüße
Rainer
_______________________________________________
TYPO3-german mailing list
TYPO3-german at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
_______________________________________________
TYPO3-german mailing list
TYPO3-german at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german



More information about the TYPO3-german mailing list