Index: branches/RC/core/units/general/helpers/category_helper.php =================================================================== diff -u -N -r11501 -r11538 --- branches/RC/core/units/general/helpers/category_helper.php (.../category_helper.php) (revision 11501) +++ branches/RC/core/units/general/helpers/category_helper.php (.../category_helper.php) (revision 11538) @@ -130,7 +130,7 @@ } $this->Application->SetVar('c_id', $category_id); - $ret .= $this->Application->ParseBlock($block_params, 1); + $ret .= $this->Application->ParseBlock($block_params); } $this->Application->SetVar('c_id', $backup_category_id); @@ -166,6 +166,7 @@ $block_params['cat_id'] = $this->Application->findModule('Name', 'Proj-CMS', 'RootCat'); // 0; $block_params['no_editing'] = 1; $block_params['current'] = $current_category == $block_params['cat_id'] ? 1 : 0; + $block_params['separator'] = $params['separator']; $block_params['cat_name'] = $this->Application->ProcessParsedTag('m', 'RootCategoryName', $params); $block_params['name'] = $this->SelectParam($params, 'root_cat_render_as,render_as'); return $this->Application->ParseBlock($block_params);