Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- templates.images = CONTENT
- templates.images {
- table = tt_content
- select {
- where = colPos=0
- orderBy = sorting
- }
- renderObj = FILES
- renderObj {
- references {
- table = tt_content
- fieldName = image
- }
- renderObj = IMAGE
- renderObj {
- file {
- import.data = file:current:publicUrl
- width = 320c
- }
- titleText.data = file:current:title
- stdWrap.typolink.parameter.data = file:current:link
- }
- }
- }
- # Default PAGE object:
- page = PAGE
- page.10 < templates.images
Advertisement