Tiny Code Fix
On line 249 of "template_gallery_detail.asp" change:
theimage = "/blog/images/"
To:
theimage = galleryroot
On line 254 change:
theimage <> url
To:
url <> theimage
You should be able to do this in notepad. I'm still working on the next release which should happen sometime this month.
