Typo3
Inhaltselement in Template einbauen
| Typo3
Um ein Inhaltselement in ein Template einzubauen nutzt man folgenden Code:
lib.footer = COA
lib.footer {
10 = CONTENT
10 {
table = tt_content
select.where = colPos = 0
#column position - 0-normal, 1-left, 2-right, 3-border
select.orderBy = sorting
select.pidInList = 15
#footer page id
}
}