1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

Menus Manager: $menu_item_order_array set 40 items

This commit is contained in:
Awilum
2013-03-19 22:01:19 +02:00
parent 25a3e4df3d
commit b24cdaec96

View File

@@ -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
// ---------------------------------------------