[TYPO3-german] Re: footer wie introduction package version 7

Ayhan Koyun ayhankoyun at hotmail.de
Mon Aug 7 16:10:55 CEST 2017


Danke Christian,

hat so funktioniert. Der vollständigkeitshalber poste ich den vollständigen Code für alle die das nachbauen möchten:

lib.address = COA
lib.address {
10 = CONTENT
10     {
        table = tt_content
        select {
          where = colPos = 0
          pidInList = 1
          orderBy = sorting
        }
  }

20 = CONTENT
20     {
        table = tt_content
        select {
          where = colPos = 1
          pidInList = 1
          orderBy = sorting
        }
  }

30 = CONTENT
30     {
        table = tt_content
        select {
          where = colPos = 2
          pidInList = 1
          orderBy = sorting
        }
  }

40 = CONTENT
40     {
        table = tt_content
        select {
          where = colPos = 3
          pidInList = 1
          orderBy = sorting
        }
    }
}


More information about the TYPO3-german mailing list