[ic] More about images in /pages directory

Jon Jensen interchange-users@lists.akopia.com
Fri May 25 19:42:01 2001


On Fri, 25 May 2001, Jason Timm wrote:

> 2) Also, the <img src="title.gif"> tag seems to add /storefront/images to
> the image reference yielding:
>
> /storefront/images/title.gif
>
> Is there a variable similar to [set mv_add_dot_html][/set] which would allow
> us to turn off the addition of the /storefront/images to the image source
> attribute?  If there is not a variable, is there another way to accomplish
> this?

I really think you're barking up the wrong tree here, but if you want to
turn off <img> tag rewriting, do:

[pragma no_image_rewrite]

on the page, or:

Pragma no_image_rewrite

in your catalog.cfg. I think you need 4.7 or later for this to work.

Jon