View Single Post
Old 07-03-2011, 05:31 PM   #2282
VICTORSJG
Addict
VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.
 
Posts: 318
Karma: 1846
Join Date: Dec 2009
Device: PRS-505
Quote:
Originally Posted by surquizu View Post
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";
};

Last edited by VICTORSJG; 07-03-2011 at 05:33 PM.
VICTORSJG is offline   Reply With Quote