[Zope] Acquisition isn't always bandwidth and browser-cache
friendly, advice needed
Ethan Fremen
mindlace@majordomo.net
Sun, 14 Nov 1999 23:29:37 +0000
Farzad Farid wrote:
> > <dtml-var logo>
> >
>
> But then I have to put the logo in the root folder. Or is there a
> syntax for still accessing the logo in the 'images' folder?
<dtml-with images>
<dtml-var logo>
</dtml-with>
or:
<IMG SRC="<dtml-var "images.logo.absolute_url()">">
might do the trick.
--
Ethan "mindlace" Fremen
you cannot abdicate responsibility
for your ideology.