[TYPO3-german] Einbindung von css-Dateien

Joe Berger joe.berger at gmx.de
Sun Jun 26 21:36:09 CEST 2011


Hallo Kay,

vielen Dank fürs Mitdenken. Deine Condition funktioniert tadellos in meinem
Template. Es fehlt also kein [GLOBAL] vorher.

Was leider nicht funktioniert, ist die Überprüfung, ob sich ein
tt_news-Plugin auf der Seite befindet, um dann - wenn ja - die css-Datei
einzubinden. Ich habe bislang diese drei Varianten ohne Erfolg versucht:

[globalVar = GP:tx_ttnews|tt_news > 0]

oder

[globalVar = GP:tx_ttnews|cat > 0] // jede News hat eine Kategorie

oder

[globalVar = GP:tx_ttnews|uid > 0]
page.includeCSS {
  file7 = fileadmin/templates/tt_news/tt_news.css
  file7.media = all
}
[global]


Auch Deine 'page.headerData (...)' werden nicht angezeigt, wenn ich sie
statt 'page.includeCSS (...)' einsetze.


Viele Grüße
Joe


>>> Kay Strobach<typo3 at kay-strobach.de> schrieb am 26.06.2011 um 20:37 in
Nachricht
<mailman.1.1309113510.9223.typo3-german at lists.typo3.org>:
> Hey Joe,
> 
> Hast du vorher noch conditions?
> 
>
http://typo3.org/documentation/document‑library/references/doc_core_tsref/
4.1 
> .0/view/4/1/
> 
> Vllt. fehlt vorher ein global : z.B.:
> 
>> [browser = msie] && [version = 8]
>>     page.headerData.89 = TEXT
>>     page.headerData.89.value = <meta http‑equiv="X‑UA‑Compatible"
content="IE=8">
>> [GLOBAL]
> 
> grüße
> Kay


More information about the TYPO3-german mailing list