Index: branches/1.3.x/units/sections/sections_config.php =================================================================== diff -u -N -r15653 -r15668 --- branches/1.3.x/units/sections/sections_config.php (.../sections_config.php) (revision 15653) +++ branches/1.3.x/units/sections/sections_config.php (.../sections_config.php) (revision 15668) @@ -99,5 +99,28 @@ 'show_mode' => smDEBUG, '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 +);