if you use
PHP Code:
menu_setprop(menu, MPROP_PERPAGE, 0);
exit button doesn't appear in 0 except if you have 9 items
and MPROP_PERPAGE in your case isn't necessary
also:
Quote:
Originally Posted by baneado
menu_item_getinfo it's unnecessary, use switch(item) and starts in case 0:
|