Index: trunk/kernel/admin_templates/incs/fw_menu.js =================================================================== diff -u -N -r5060 -r6784 --- trunk/kernel/admin_templates/incs/fw_menu.js (.../fw_menu.js) (revision 5060) +++ trunk/kernel/admin_templates/incs/fw_menu.js (.../fw_menu.js) (revision 6784) @@ -33,7 +33,7 @@ this.menuBorderBgColor = "#777777"; this.menuHiliteBgColor = "#e0e0da"; this.menuContainerBgColor = "#cccccc"; - this.imagePath = img_path.replace('#MODULE#', 'kernel'); + this.imagePath = img_path.replace('#MODULE#', 'core'); this.childMenuIcon = "menu_arrow.gif"; this.items = new Array(); this.actions = new Array();