[Zope] images in directories
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Tue, 7 Nov 2000 22:22:04 +0100 (CET)
    
    
  
Pete Prodoehl writes:
 > I was sort of hoping it would be easier. It would be ideal to have this:
 > 
 >   <dtml-with images><dtml-var image.gif></dtml-with>
 > 
 > boiled down to one simple tag that works when I store images in a subfolder
 > *and* use file extensions.
 > 
 > But from what I've read so far, it can't be done...
I had this opinion till some days ago.
Then Chris Withers wrote: use
    <dtml-with images><dtml-var image.gif></dtml-with>
I did not believe him and tried it out...
... it works in Zope 2.2.2.
Dieter