[TYPO3-english] Automaketemplate and content
ktt
kestutis98 at yahoo.com
Tue Oct 28 16:24:03 CET 2008
Hello,
I created a simple test template:
----------------------------------------------------
plugin.tx_automaketemplate_pi1 {
content = FILE
content.file = fileadmin/templates/index.html
elements {
DIV.id.logo = 1
}
relPathPrefix = fileadmin/TEMP
}
page = PAGE
page.typeNum = 0
page.10 =< plugin.tx_automaketemplate_pi1
----------------------------------------------------
After that I created Text content in Pagecontent area.
I can see my content referenced as tt_content:217
How could I assign this piece of content to my template?
I want to replace marked text in between <div id=logo></div> (written as "DIV.id.logo = 1" in template)
Thank you in advance.
Ktt
More information about the TYPO3-english
mailing list