Index: branches/1.2.x/units/sections/sections_config.php =================================================================== --- branches/1.2.x/units/sections/sections_config.php +++ branches/1.2.x/units/sections/sections_config.php @@ -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, ), ),