Index: branches/unlabeled/unlabeled-1.13.2/kernel/units/configuration/configuration_tag_processor.php =================================================================== diff -u -N -r5636 -r5637 --- branches/unlabeled/unlabeled-1.13.2/kernel/units/configuration/configuration_tag_processor.php (.../configuration_tag_processor.php) (revision 5636) +++ branches/unlabeled/unlabeled-1.13.2/kernel/units/configuration/configuration_tag_processor.php (.../configuration_tag_processor.php) (revision 5637) @@ -184,6 +184,10 @@ $block_params['cat_name'] = $category_names[$category_pos]; $block_params['name'] = $this->SelectParam($params, 'render_as,block'); + if ($category_id == 0) { + $block_params['name'] = $this->SelectParam($params, 'root_cat_render_as,block_root_cat,rootcatblock,render_as'); + } + $this->Application->SetVar($this->Prefix.'_id', $category_id); $ret .= $this->Application->ParseBlock($block_params, 1); }