[Zope] calling an object with a . in the name

Tom Cameron tom@mooball.com
Mon, 13 Aug 2001 11:40:13 +1000


I am trying to call an image of the name header.gif in the folder images.

Obviously
<dtml-var images.header.gif">
is not going to work

I tried
<dtml-var "images._['header.gif']">
but this gives me an unauthorised error.

so how do I call this image?

Tom