Index: branches/RC/core/units/categories/categories_tag_processor.php =================================================================== diff -u -r9704 -r9713 --- branches/RC/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 9704) +++ branches/RC/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 9713) @@ -736,6 +736,12 @@ $module_info = $category_helper->getCategoryModule($params, $parent_path); return $module_info['Var']; } + + function ImageSrc($params) + { + list ($ret, $tag_processed) = $this->processAggregatedTag('ImageSrc', $params, $this->getPrefixSpecial()); + return $tag_processed ? $ret : false; + } } ?> \ No newline at end of file