One more gallery trick
Thursday, May 13th, 2004oh yeah, I forgot that I had also added another thing for gallery integration.
I found this neat hack which includes a php file that outputs javascript to display a link. I tweaked the script to look like this:
..
echo “document.write(’<a href=”" .
makeAlbumUrl($gallery->album->fields[”name”]) . “”>” .
$gallery->album->getThumbnailTag($gallery->album->getHighlight() ) .
[…]