Index: branches/RC/core/units/users/users_tag_processor.php =================================================================== diff -u -r9071 -r10156 --- branches/RC/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 9071) +++ branches/RC/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 10156) @@ -220,6 +220,12 @@ return $this->Application->ProcessParsedTag('m', 'Link', $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