Ja sowas habe ich auch gelesen, nur wo muss ich dass reinschreiben?
Ins Setup?
Das sieht momentan so aus:
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23:
| page = PAGE page.typeNum = 0 temp.mainTemplate = TEMPLATE temp.mainTemplate { template = FILE template.file = fileadmin/template/XYZ_template/XYZ-template.htm workOnSubpart = DOCUMENT subparts.INHALT < styles.content.get subparts.XYZMENU < styles.content.getLeft subparts.XYZMENULAST = TEXT subparts.XYZMENULAST.value = <span class="menueEnde"> </span> } page.includeCSS { file1 = fileadmin/template/XYZ_template/all.css file2 = fileadmin/template/XYZ_template/fileshare.css } plugin.tx_neofileshare_pi2.maxFileSize = 1; page.10 < temp.mainTemplate |
Muss das dahinter, davor oder in Constants?