6 Nov
2000
6 Nov
'00
8:41 p.m.
The following should work in your nested standard_html_footer to call the higher level one without infinite recursion: <dtml-with "PARENTS[1]"> <dtml-var standard_html_footer> </dtml-with> hth, Casey D.