ich versuche schon geraume zeit ein 2. stylesheet einzubinden welches eigens für den IE ist, klappt aber nicht..finde den fehler nicht
könnte mir jemand auf die sprünge helfen?
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:
| lib.mainMenu = HMENU lib.mainMenu.entryLevel = 0 lib.mainMenu.1 = TMENU lib.mainMenu.1.NO { allWrap = <br><br><a>|</a> } config.spamProtectEmailAddresses = 1 page = PAGE page.typeNum = 0 page.10 = USER page.10.userFunc = tx_templavoila_pi1->main_page page.includeCSS{ file1 = fileadmin/templates/basic.css file1 { title = MainStyle media = all } } [browser = msie] && [version < 7] page.headerData.15 = TEXT page.headerData.15.value ( <link rel="stylesheet" type="text/css" href="fileadmin/templates/ie.css" /> ) [global] - ERROR: Line 44: A multiline value section is not ended with a parenthesis! |