[TYPO3-english] Possible to use an "empty template"?

Andreas Burg typo3 at andreasburg.de
Fri Jun 12 14:52:56 CEST 2009


config.disableAllHeaderCode = 1

page = PAGE
page.typeNum = 0

# alternative 1
#page.10 = TEMPLATE
#page.10.template = FILE
#page.10.template.file = fileadmin/my.html

# alternative 2
page.10 = HTML
page.10.value (
<html>
<head>
<title>Hello World</title>
</head>
<body>
<h1>Test</h1>
<p><b>1 2 3</b></p>
</body>
</html>
)

-- 
Andreas

Mailing list rules & guidelines (Mailing list Regeln & Leitfaden):
http://typo3.org/community/mailing-lists/
http://typo3.org/community/mailing-lists/mailing-list-rules-guidelines/


More information about the TYPO3-english mailing list