[TYPO3] Value from TS into html

Andreas Burg typo3 at andreasburg.de
Fri Sep 26 04:49:15 CEST 2008


f.e.

my_template.html ->

...snip...
<div>###ANOTHER_CONTENT###</div>
<div>###SOME_CONTENT###</div>
...snip...

TS-template-setup ->

lib.some_content = TEXT
lib.some_content.value = Hello world!

lib.another_content = TEXT
lib.another_content.field = title

page = PAGE
page {
   typeNum = 0
   10 = TEMPLATE
   10 {
     template = FILE
     template.file = fileadmin/my_template.html
     marks {
       SOME_CONTENT    =< lib.some_content
       ANOTHER_CONTENT =< lib.another_content
   }
}

Andreas


More information about the TYPO3-english mailing list