Index: branches/1.2.x/units/sections/sections_config.php =================================================================== diff -u -N -r16143 -r16258 --- branches/1.2.x/units/sections/sections_config.php (.../sections_config.php) (revision 16143) +++ branches/1.2.x/units/sections/sections_config.php (.../sections_config.php) (revision 16258) @@ -116,14 +116,14 @@ '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, + 'custom:configuration_custom' => array( + 'parent' => 'custom:setting_folder', + 'icon' => 'conf_output', + 'label' => 'la_tab_ConfigOutput', + 'url' => array('t' => 'config/config_universal', 'pass_section' => true, 'pass' => 'm'), + 'permissions' => array('view', 'edit'), + 'priority' => 50, + 'type' => stTREE, ), ), Index: branches/1.2.x/admin_templates/img/icons/icon24_conf_output.png =================================================================== diff -u -N Binary files differ