/* file: setup.txt info: layout mit Modern Template Building umsetzen project: www.thefox.ch */ # template erstellen temp.htmlTemplate = TEMPLATE temp.htmlTemplate { # template einbinden template = FILE template.file = EXT:fb_stepbystep/step3/res/index.html # pfad anpassen damit es vorerst funktioniert! relPathPrefix = /typo3conf/ext/fb_stepbystep/res/ marks { MENU1 = HTML MENU1.value ( ) MENU2 = HTML MENU2.value ( ) /* Damit dies funktioniert, wurde bei Statische Templates 'CSS Styled Content TYPO3 v4.2 (css_styled_content)' eingebunden Das macht eigentlich nichts anderes als die Datei von 'typo3/sysext/css_styled_content/static/v4.2/setup.txt' einbinden... */ COL1_CONTENT < styles.content.getLeft COL2_CONTENT < styles.content.get COL3_CONTENT < styles.content.getRight FOOTER = HTML FOOTER.value ( Fusszeile: datum / woche / tag / etc... ) } } # seite erstellen page = PAGE page { # typo3 header code deaktivieren config.disableAllHeaderCode = 1 10 < temp.htmlTemplate }