Irgendwie bekomme ich mein Setup-Script nicht richtig hin. Er zeigt mir z.B: das Admin-Panel nicht an... Kann mir da jemand mit dem aufräumen helfen? Vielen Dank!
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:
| plugin.tx_tipafriend._CSS_DEFAULT_STYLE = plugin.tx_loginboxmacmade_pi1._CSS_DEFAULT_STYLE = plugin.tx_ptpayment_pi1._CSS_DEFAULT_STYLE = plugin.tx_newloginbox_pi3._CSS_DEFAULT_STYLE = plugin.tx_mininews_pi1._CSS_DEFAULT_STYLE = plugin.tx_fe_admin_dmailsubscrip._CSS_DEFAULT_STYLE = plugin.tx_astaddresszipsearch_pi1._CSS_DEFAULT_STYLE = plugin.tx_gbweather_pi1._CSS_DEFAULT_STYLE = plugin.tx_thultracards_pi1._CSS_DEFAULT_STYLE > plugin.tx_indexedsearch._CSS_DEFAULT_STYLE > plugin.tx_wssitemap_pi1._CSS_DEFAULT_STYLE > plugin.tx_geosearch_pi1._CSS_DEFAULT_STYLE > plugin.tx_entrypage_pi1._CSS_DEFAULT_STYLE > config.doctype = xhtml_trans config.xhtml_cleaning = all config.intTarget = {$PAGE_TARGET} config.extTarget = _blank config.tx_loginusertrack_enable = 1 seite = PAGE seite.typeNum = 0 seite.stylesheet = fileadmin/template/css/basic.css seite.20 = TEMPLATE seite.20 { template = FILE template.file = fileadmin/template/indextest.html relPathPrefix = fileadmin/template/ relPathPrefix.img = fileadmin/template/images/ workOnSubpart = DOKUMENT - ERROR: Line 57: The script is short of 1 end brace(s) |