13 Oct
1999
13 Oct
'99
3:14 p.m.
At 4:54 pm +0200 13/10/99, Roché Compaan wrote:
I have the following folder structure
/ (Root folder) --Images (folder)
I simply reference images in the images folder by using: <dtml-with Images> <dtml-var myimage> </dtml-with>
Isn't there a shorter way to address objects in other folders?
Untested: Doesn't <dtml-var "Images.myImage"> work? tone