[TYPO3] Include static file in page

Matthew Manderson matthew at manderson.co.uk
Wed Jul 12 11:17:50 CEST 2006


> tt_content.text {
>    20 = FILE
>    20.file = fileadmin/gs/gs.html
> }

No problem, great you found your answer. 

Remember you can also import the page.20.file into a template marker in your
html template.

depending on your template implementation something like:

page.10.subparts.markerlabel = FILE
page.10.subparts.markerlabel.file = fileadmin/gs/gs.html

And put this marker in your html code

###markerlabel###This is replaced by TypoScript###markerlabel###

Matthew



More information about the TYPO3-english mailing list