Index: trunk/kernel/admin_templates/incs/fw_menu.js =================================================================== diff -u -r5009 -r5060 --- trunk/kernel/admin_templates/incs/fw_menu.js (.../fw_menu.js) (revision 5009) +++ trunk/kernel/admin_templates/incs/fw_menu.js (.../fw_menu.js) (revision 5060) @@ -33,7 +33,7 @@ this.menuBorderBgColor = "#777777"; this.menuHiliteBgColor = "#e0e0da"; this.menuContainerBgColor = "#cccccc"; - this.imagePath = (typeof(activeTab) != 'undefined') ? 'images/' : 'img/'; + this.imagePath = img_path.replace('#MODULE#', 'kernel'); this.childMenuIcon = "menu_arrow.gif"; this.items = new Array(); this.actions = new Array();