[TYPO3-english] [TV] Including content from other pages.

Tommy Bergeron t.bergeron at gmail.com
Fri Mar 6 21:16:32 CET 2009


Very nice! Thanks!

Is it possible to include a file instead of an element?

Like include header.html ?

Thanks!

Andreas Burg wrote:
> Tommy,
> 
>> I've created a pages with elements such as header, footer and I would 
>> like to include those on every pages.
> 
> put some markers in your HTML-Template like
> ###HEADER### ###FOOTER###
> 
> with your TS-Template you can fill those markers with everything you 
> want f.e.
> 
> page.10.marks.HEADER = HTML
> page.10.marks.HEADER.value = <div>Hello World!</div>
> 
> # or better:
> 
> lib.header = HTML
> lib.header.value = <div>Hello World!</div>
> 
> page.10.marks.HEADER =< lib.header
> 


More information about the TYPO3-english mailing list