What file(s) need to be modified to make the "Gallery description" text an html link?
Thanks in advance!
William
edit /themes/yourtheme/template.html and look for {GAL_DESCRIPTION}
Change it to<a href="your_url_goes_here">{GAL_DESCRIPTION}</a>
Is this what you had in mind?
GauGau
Yes, that was exactly what I was looking for. Thank you very much for the unexpectedly speedy reply!
William