Hallo
ich möchte die [b]Layout[/b] Optionen in den Seiteneigenschaften gerne für verschiedene Templates verwenden.
Die Auswahl der verschiedenen HTML Files funktioniert soweit, allerdings werden dann meine Marker nicht verarbeitet.
Kann mir jemand sagen warum?
Mein TS sieht folgend aus:
######################### # Globale Konfiguration # ######################### ######################### # CSS # ######################### page.includeCSS { file1 = fileadmin/template/_ressources/css/general.css file2 = fileadmin/template/_ressources/css/grid.css file3 = fileadmin/template/_ressources/css/navigation.css } ######################### # Conditions # ######################### [globalVar = TSFE:page|layout = 0] page.10 { template = FILE template.file = fileadmin/template/a.html [global] [globalVar = TSFE:page|layout = 1] page.10 { template = FILE template.file = fileadmin/template/b.html } [global] [globalVar = TSFE:page|layout = 2] page.10 { template = FILE template.file = fileadmin/template/d.html } [global] [globalVar = TSFE:page|layout = 3] page.10 { template = FILE template.file = fileadmin/template/g.html } [global] [globalVar = TSFE:page|layout = 4] page.10 { template = FILE template.file = fileadmin/template/h.html } [global] ######################### # Menüs # ######################### marks.MAINNAV.excludeUidList = 61, 7, 8, 9 marks.MAINNAV.special = directory marks.MAINNAV.special.value = 1 before = <li> after = </li> } marks.SECNAV.excludeUidList = 6, 5, 4, 3, 2, 61 marks.SECNAV.special = directory marks.SECNAV.special.value = 1 before = <li> after = </li> } marks.FOOTER-LEFT.excludeUidList = 57, 58, 59, 60 marks.FOOTER-LEFT.special = directory marks.FOOTER-LEFT.special.value = 53 before = <li> after = </li> } marks.FOOTER-RIGHT.excludeUidList = 54, 55, 56 marks.FOOTER-RIGHT.special = directory marks.FOOTER-RIGHT.special.value = 53 before = <li> after = </li> } }
​
Gruß Leibnitz
P.S. Typo3 Version 4.4.2

