[Zope] dynamically using inheritance GOT IT!

Ed Colmar ed@sage.greengraphics.net
Mon, 4 Feb 2002 04:34:27 -0800 (PST)


Hey!

After trying out a few different combinations I got this to work.

Thanks again for the syntax!


<dtml-call "REQUEST.set('skinname', 'default')">
<dtml-with "skins">
  <dtml-with "_[skinname]">
     <dtml-var standard_skin_stuff>
  </dtml-with>
</dtml-with>