Hallo,
ich habe das so gelöst (das Template habe ich mit Templa Voilà erstellt)
Setup:
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9:
| lib.header_middle_02 = IMAGE lib.header_middle_02 { file = {$kopfbild} altText = Zur Startseite linkWrap = <a href="?id={0}">|</a> } |
Dann habe ich in den Constants mit conditions den Seiten unterschiedliche Bilder zugeordnet:
Constants:
Typoscript-Code:
1: 2: 3:
| [PIDinRootline = 16] kopfbild = fileadmin/templates/img/fotos/layout/header_04_webdesign.jpg [global] |