Einzelnen Beitrag anzeigen
  #1  
Alt 07.02.06, 14:41
attentiongetter attentiongetter ist offline
Forum Zuschauer
 
Registriert seit: 04.01.06
Beiträge: 9
Ausrufezeichen Typoscript Klammern? Code aufräumen

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:
################################################################
# Extensions - CSS entfernen
################################################################
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 >

################################################################
# Javascript extern verlagern
################################################################
#config.removeDefaultJS = external

################################################################
# Ausblenden der Typ-Nummer in der HTML-Adresse
################################################################
# config.simulateStaticDocuments_noTypeIfNoTitle = 1

################################################################
# Umstellung auf XHTML
################################################################
config.doctype = xhtml_trans
config.xhtml_cleaning = all

################################################################
# Festlegung des Ziels für Links, benötigt zusätzlich Angaben unter Constants
################################################################
config.intTarget = {$PAGE_TARGET}
config.extTarget = _blank

################################################################
# Einschalten des Plugins Frontend-User-Trackings
################################################################
config.tx_loginusertrack_enable = 1

################################################################################################################################
################################################################
# SETTINGS
################################################################
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)

Geändert von Junior (19.02.06 um 13:29 Uhr).
Mit Zitat antworten
Sponsored Links