Index: branches/RC/core/units/general/cat_tag_processor.php =================================================================== diff -u -r9598 -r9713 --- branches/RC/core/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 9598) +++ branches/RC/core/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 9713) @@ -638,6 +638,12 @@ return $this->ItemLink($params); } + + function ImageSrc($params) + { + list ($ret, $tag_processed) = $this->processAggregatedTag('ImageSrc', $params, $this->getPrefixSpecial()); + return $tag_processed ? $ret : false; + } } ?> \ No newline at end of file