Hallo Leute,
irgendwie raff ich das nicht.

In der item.html steht dies hier drin:
<divclass="article articletype-{newsItem.type}{f:if(condition: newsItem.istopnews, then: ' topnews')}">

Egal was ich da mache,
entweder es passiert rein gar nichts oder er schreibt mir alles hardcodiert rein.

<divclass="article {tag.title} articletype-{newsItem.type}{f:if(condition: newsItem.istopnews, then: ' topnews')}">

<f:ifcondition="{newsItem.tags}">
<!-- Tags -->
<spanclass="news-list-tags"itemprop="keywords">
<f:foreach="{newsItem.tags}"as="tag">
{tag.title}
</f:for>
</span>
</f:if>

Kann mir da jemand weiter helfen?

Vielen Dank und lg,
`Chris

--
Mit lieben Grüßen

Christian HAGER
Online-Services

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an