Quote:
Originally Posted by surquizu
Mark, I created a installer with new modifications of today. On the options of "menu customizer" are missing "games&utilities" and "multimedia".
|
To show these menus on menu customizer it's necessary to add these lines on core_ui_menu.js temporally until somebody finds other solution
// manually add "Games & Utils" and "Multimedia" node
values.push("gamesAndUtils");
valueTitles["gamesAndUtils"] = "Games & Utilities";
values.push("multimedia");
valueTitles["multimedia"] = "Multimedia";
};