[Zope] <!--#var dir/name not possible?
   
    Phillip J. Eby
     
    pje@telecommunity.com
       
    Mon, 15 Mar 1999 11:54:10 -0500
    
    
  
At 05:38 PM 3/15/99 +0100, Milos Prudek wrote:
>> <!--#var "images.somefilename"--> should work - except that the image
filename
>> contains the "." character (eg: "foo.gif") and this gets confused 
>
>
>Object name can be different from filename. Thus you name your foo.gif
>file just Foo, and that's it.
>
Or, if you absolutely must have '.' in the filename, try:
<!--#with images--><!--#var foo.gif--><!--#/with-->