21 Jan
2000
21 Jan
'00
1:24 a.m.
Zope Guru of the Week wrote:
making a dtml method showfoo and calling it as <dtml-call "displayfootypes(_.None,_)"> will work. I've even done it once or twice. A long time ago.
I'm rather confused by this question. Why not simply put the DTML you want to factor out in a seperate DTML method called 'displayfootypes' (or whatever), and then use <dmtl-var displayfootypes> whenever you want to use it? Regards, Martijn