Index: trunk/admin/include/sections.php =================================================================== diff -u -r3145 -r3580 --- trunk/admin/include/sections.php (.../sections.php) (revision 3145) +++ trunk/admin/include/sections.php (.../sections.php) (revision 3580) @@ -237,7 +237,17 @@ // simplified method to add sections global $pathtoroot; $sn = explode(':', $section_name); - $img_path = $module.'/admin/images'; + + if (substr($script, 0, 8) == 'kernel4:') { + $img_path = $sn[0].'/admin_templates/img/icons'; + } + else { + $img_path = $module.'/admin/images/icons'; + } + + if (!$img_path) { + + } if( !isset($title_phrase) ) $title_phrase = $tab_phrase; $this->AddSection( $section_name,$tab_phrase, $title_phrase,$path, $script,