Index: trunk/core/units/admin/admin_tag_processor.php =================================================================== diff -u -r4710 -r4735 --- trunk/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 4710) +++ trunk/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 4735) @@ -231,6 +231,7 @@ $params['section_name'] = $section_name; $section_data =& $sections_helper->getSectionData($section_name); $section_data['label'] = $folder_label; // use folder label in tree + $section_data['is_tab'] = 1; } elseif (!$this->Application->CheckPermission($section_name.'.view', 1)) { continue;