Ich hab da was gefunden in meinem Template Setup
Mitte_Content = CONTENT
Mitte_Content {
table = tt_content
select.orderBy = sorting
select.where = colPos = 0
}
Kann ich das nich auch so ummodeln ?
Links = CONTENT
Links {
table = tt_content
select.orderBy = sorting
select.where = colPos = 0
} |