Index: branches/5.0.x/core/units/helpers/sections_helper.php =================================================================== diff -u -r12306 -r12495 --- branches/5.0.x/core/units/helpers/sections_helper.php (.../sections_helper.php) (revision 12306) +++ branches/5.0.x/core/units/helpers/sections_helper.php (.../sections_helper.php) (revision 12495) @@ -1,6 +1,6 @@ Tree[$section_name]['icon'] = 'help'; - $this->Tree[$section_name]['icon_module'] = 'core'; - } +// if (!file_exists(FULL_PATH.'/'.$icon_file.'.png')) { +// $this->Tree[$section_name]['icon'] = 'help'; +// $this->Tree[$section_name]['icon_module'] = 'core'; +// } } $this->Application->HandleEvent( new kEvent('adm:OnAfterBuildTree') );