--- class.tslib_content.php 2006-12-20 04:47:13.000000000 -0800 +++ class.tslib_content.new.php 2007-01-01 20:43:10.000000000 -0800 @@ -737,6 +737,7 @@ */ function IMG_RESOURCE($conf) { $imgArray = $this->getImgResource($conf['file'],$conf['file.']); + $GLOBALS['TSFE']->lastImgResourceInfo=$imgArray; return $this->stdWrap($imgArray[3],$conf['stdWrap.']); }