printImageThumb prints the image and does not return an object. There is nearly always a get variant:
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetImageThumb
All documentated on the functions documentation
Dear acrylian, one more thing:
It is possible for the function return absolute full path, i.e. include the Gallery URL
for example:
/pic/cache/people/theresa-fu-wing/hkgimages-20110705-131104_75_cw75_ch75_thumb.jpg
Full Path
Both WEBPATH and FULLWEBPATH include the gallery directory folder name, so I concatenate the CONSTANT and function, it will return double gallery folder path:
WEBPATH:
/pic/pic/cache/people/theresa-fu-wing/hkgimages-20110705-131104_75_cw75_ch75_thumb.jpg
WEBFULLPATH:
http://www.hkgimages.com/pic/pic/cache/people/theresa-fu-wing/hkgimages-20110705-131104_75_cw75_ch75_thumb.jpg