mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Menus Manager: $menu_item_order_array set 40 items
This commit is contained in:
@@ -33,7 +33,7 @@ class MenuAdmin extends Backend
|
||||
'_top' => '_top');
|
||||
|
||||
// Create order array
|
||||
$menu_item_order_array = range(0, 20);
|
||||
$menu_item_order_array = range(0, 40);
|
||||
|
||||
// Check for get actions
|
||||
// ---------------------------------------------
|
||||
|
Reference in New Issue
Block a user