1 2 3 4 5 6 7 8 9 |
lib.address = CONTENT lib.address { table = tt_content select { pidInList = 120 uidInList = 123,124 orderBy = uid desc } } |
1 2 3 4 5 6 7 8 |
lib.footer = COA lib.footer { 10 = RECORDS 10 { tables = tt_content source = 1018 } } |
1 2 3 4 5 6 7 8 9 10 |
lib.marginContent = CONTENT lib.marginContent { table = tt_content select { pidInList = 144 orderBy = sorting where = colPos=0 } wrap = <div class="blah">|</div> } |