Einzelnen Beitrag anzeigen
  #8  
Alt 03.07.07, 20:42
Michler Michler ist offline
Forum Zuschauer
 
Registriert seit: 03.07.07
Beiträge: 9

Mächtig gewaltig,
Egon ;-)

Danke für Eure Posts.

Mir wurde geholfen:
TYPO3.net - *.tmpl in Subparts und Marker in *.tmpl

Und das ist die Lösung:

seite = PAGE

seite {
typNum = 0
bodyTag = <body bgColor="#5F5F5F">
stylesheet = fileadmin/css/basic.css
meta.AUTHOR = Sebastian Brauer , Livevision



10 = TEMPLATE
10.template = FILE
10.template.file = fileadmin/template/main.tmpl



10.subparts{

HEADER = TEXT
HEADER.value = {$header}

MAINCONTENT= TEMPLATE
MAINCONTENT.template = FILE
MAINCONTENT.template.file = fileadmin/template/section1.tmpl

MAINCONTENT.marks.TEST = TEXT
MAINCONTENT.marks.TEST.value = Das wird nicht angezeigt

MAINMENU = HMENU
MAINMENU.special = directory
MAINMENU.special.value = 7
MAINMENU.1 = GMENU
MAINMENU.1.NO = 1
MAINMENU.1.NO{
XY = 27, 27
backColor = #000000
wrap = |<br><br>
10 = TEXT
10.text.field = title
10.fontFile = fileadmin/font/trebuc.ttf
10.fontSize = 17px
10.fontColor = white
10.offset = 8,21
}

}

}

Was Marker und Subparts sind war mir bewusst. Ich wußte nur nicht, wie man
Templates ineinander schachtelt. Das ist wahrscheinlich nur ein Weg zum Ziel, aber
ganau der, nach dem ich suchte.

Bis zum nächtsten mal, Tschüssikowski
Mit Zitat antworten