[TYPO3-german] tx news und mehrere verschiedene List Layouts

Dirk Sch. dirk at saarmail.net
Thu Jun 26 10:24:03 CEST 2014


Hi,

du kannst mit einer {if} condition in den Templates die Abfrage machen

z.B. in Templates/News/List.html 

      <f:if condition="{settings.templateLayout} == 1">
       <f:then>
       <!-- AUSGABE TEMPLATE 1 -->
       </f:if>
        <f:if condition="{settings.templateLayout} == 2">
       <f:then>
        <!-- AUSGABE TEMPLATE 2 -->
       </f:if>

usw.


More information about the TYPO3-german mailing list