To call "logo.gif" stored in folder Img from DTML method in root folder
I do this:
<dtml-with Img>
<dtml-var "_.getitem('logo.gif')">
</dtml-with>
Can this be written without <dtml-with>?
Note: I do not want to strip ".gif". If it wasn't for this condition, it
would be easy: <dtml-var "Img.logo">
--
Milos Prudek