[TYPO3] Replace code in template

Erik Bartoš erik.bartos at gmail.com
Tue Aug 26 09:15:21 CEST 2008


Hi,

I want replace some code fragments in template file with another code. The  
fragments are distributed in head and body part of template. In the past,  
for this purpose I've used Automaketemplate extention with replacement like
     HEAD.str_replace.10 {
        value = 'input.data_
        replaceWith = 'output.data_
     }

Now I'm using Templavoila extention to set template for site, manage  
content, etc. Is it possible to make such easy replacement in this case?
I've tried also to use parseFunct.short, but it doesn't work for me.

Erik Bartos


More information about the TYPO3-english mailing list