6 Nov
2003
6 Nov
'03
12:26 p.m.
Kai Vermehr wrote:
I have this body in a ZPT named 'use_randomImage': ------------------------------------ <body> <span tal:replace="here/images/randomImage">image</span> </body> ------------------------------------
Use the structure keyword: <body> <span tal:replace="structure here/images/randomImage">image</span> </body> regards Max M