Hallo liebe Typo3 Community..
ich habe gerade angefangen mein Typo3 Projekt aus Gründen der übersichtlichkeit nochmal neu anzulegen und habe nun das Problem das mir jeglicher Seiteninhalt NICHT angezeigt wird..
Hier mal mein TS:
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: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71:
| page = PAGE page { typeNum = 0 bodyTag = <body style = "margin:0;" bgColor = "#DDDDDD"> meta.AUTHOR = CYSTEP AG INFORMATIONSSYSTEME meta.DESCRIPTION = Tel. (0571) 6450-0 includeCSS { file1 = fileadmin/style.css file2 = fileadmin/templates/news/newsstyle.css } 10 = TEMPLATE 10.template = FILE 10.template.file = fileadmin/vorlage.html 10.workOnSubpart = DOKUMENT 10.marks{ CONTENT = CONTENT CONTENT { table = tt_content select.orderBy = sorting select.where = colPos = 0 } NAVIGATION = HMENU NAVIGATION { special = directory special.value = 81 1 = TMENU 1.NO = 1 1.NO.ATagParams = class="linkWeiss" 1.NO.linkWrap = | | |*| | | |*| | } PARTNER = TEXT PARTNER.value = CYSTEP:<b>PARTNER</b><p><a href="http://www.cystep.info/info/typo3/index.php?id=41"><img src="fileadmin/images/microsoft.png" border="0"></a> HIGHLIGHTS = TEXT HIGHLIGHTS.value = CYSTEP:<b>HIGHLIGHTS</b><p><img src="fileadmin/images/mx.jpg"> FOOTER = COA FOOTER { 10 = HMENU 10.special = directory 10.special.value = 89 10.1 = TMENU 10.1.NO = 1 10.1.NO.ATagParams = class="linkWeiss" 10.1.NO.linkWrap = | | |*| | | |*| | 20 = TEXT 20.value = <br>(c) 2007 CYSTEP AG INFORMATIONSSYSTEME } } plugin.tx_thmailformplus_pi1.default.template = fileadmin/mailformular.html plugin.tt_news.displayLatest.content_stdWrap.crop = 200 | ... | 1 plugin.tt_news.displayLatest.imageWrapIfAny = <table border="0" cellpadding="0" cellspacing="0" align="left"> <tr><td>|</td><td> <img src="clear.gif" width="15" height="1" border="0" /> </td></tr></table> plugin.tt_news.displayList.date_stdWrap.strftime = %d.%m.%y - ERROR: Line 70: The script is short of 1 end brace(s) |
Weiss vielleicht jemand warum das so ist? Danke für die Hilfe