Hey all.
I'm working ona little skinning implementation where I want to pull a
folder name out of a database, then navigate to it to get dtml methods.
Hardcoding it is easy, but how exactly would I insert a variable into this
simple dtml-with?
<dtml-with skins.default>
<dtml-var standard_skin_appearance>
</dtml-with>
to get an idea of how the site is layed out, here's where the skins
and inside data would live:
www.mysite.com:8080/skins/default/standard_skin_appearance
I tried variations on:
<dtml-call "REQUEST.set('skinname', 'skins.default')">
<dtml-with "_.string(skinname)">
with no luck...
In the docs, I'm seeingt that it shoulod be possible with the right
syntax. What would that be?
Thanks so much!
-ed-
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )