Index: branches/1.3.x/units/sections/sections_config.php =================================================================== diff -u -N -r16190 -r16396 --- branches/1.3.x/units/sections/sections_config.php (.../sections_config.php) (revision 16190) +++ branches/1.3.x/units/sections/sections_config.php (.../sections_config.php) (revision 16396) @@ -113,12 +113,12 @@ 'type' => stTREE, ), - 'custom:configuration_custom' => Array ( + 'custom:configuration_custom' => array( 'parent' => 'custom:setting_folder', - 'icon' => 'custom', + 'icon' => 'conf_output', 'label' => 'la_tab_ConfigOutput', - 'url' => Array('t' => 'config/config_universal', 'pass_section' => true, 'pass' => 'm'), - 'permissions' => Array('view', 'edit'), + 'url' => array('t' => 'config/config_universal', 'pass_section' => true, 'pass' => 'm'), + 'permissions' => array('view', 'edit'), 'priority' => 50, 'type' => stTREE, ),