Einzelnen Beitrag anzeigen
  #7  
Alt 16.06.08, 11:24
DirkDirk DirkDirk ist offline
Forum Newbie
 
Registriert seit: 14.04.08
Beiträge: 28

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
temp.poll = RECORDS
temp.poll {
source = 11
tables = tt_content
}


temp.mainTemplate = TEMPLATE
temp.mainTemplate {
template =< plugin.tx_automaketemplate_pi1
workOnSubpart = DOCUMENT_BODY
subparts {
content < styles.content.get
... - ERROR: Line 13: Object Name String, "..." was not preceeded by any operator, =<>({
poll < temp.poll
}
}

so siehts aus
Mit Zitat antworten