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 > _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
