Index: branches/RC/core/units/categories/categories_tag_processor.php =================================================================== diff -u -N -r10459 -r10538 --- branches/RC/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 10459) +++ branches/RC/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 10538) @@ -264,8 +264,8 @@ $category_path = explode('|', substr($object->GetDBField('ParentPath'), 1, -1)); $module_info = $category_helper->getCategoryModule($params, $category_path); - // WORK AROUND -- TODO - if ($module_info['Var'] != 'cms') { + // In-Edit & Proj-CMS module prefixes doesn't have custom field with item template + if ($module_info['Var'] != 'cms' && $module_info['Var'] != 'st') { // 2. get item template by current category & module prefix $mod_rewrite_helper = $this->Application->recallObject('ModRewriteHelper');