Index: branches/1.2.x/units/sections/sections_config.php =================================================================== diff -u -N -r14562 -r15570 --- branches/1.2.x/units/sections/sections_config.php (.../sections_config.php) (revision 14562) +++ branches/1.2.x/units/sections/sections_config.php (.../sections_config.php) (revision 15570) @@ -103,6 +103,28 @@ 'type' => stTREE, ), + 'custom:setting_folder' => Array ( + 'parent' => 'in-portal:system', + 'icon' => 'conf_custom', + 'label' => 'la_title_Custom', + 'use_parent_header' => 1, + 'url' => Array ('t' => 'index', 'pass_section' => true, 'pass' => 'm'), + 'permissions' => Array ('view'), + 'priority' => 3.6, + 'container' => true, + 'show_mode' => smDEBUG, + 'type' => stTREE, + ), + + 'custom:configuration_custom' => Array ( + 'parent' => 'custom:setting_folder', + 'icon' => 'custom', + 'label' => 'la_tab_ConfigOutput', + 'url' => Array('t' => 'config/config_universal', 'pass_section' => true, 'pass' => 'm'), + 'permissions' => Array('view', 'edit'), + 'priority' => 50, + 'type' => stTREE, + ), ), ); \ No newline at end of file