Index: branches/1.2.x/units/sections/sections_config.php =================================================================== diff -u -N -r14086 -r14096 --- branches/1.2.x/units/sections/sections_config.php (.../sections_config.php) (revision 14086) +++ branches/1.2.x/units/sections/sections_config.php (.../sections_config.php) (revision 14096) @@ -90,7 +90,7 @@ 'PermSection' => Array ('main' => 'custom', 'email' => 'custom:configuration_email'), # New sections in left navigation - /*'Sections' => Array ( + 'Sections' => Array ( 'custom' => Array ( 'parent' => 'in-portal:root', 'icon' => 'conf_custom', @@ -99,9 +99,10 @@ 'permissions' => Array ('view'), 'priority' => 2.4, 'container' => true, + 'show_mode' => smDEBUG, 'type' => stTREE, ), - ),*/ + ), ); \ No newline at end of file