3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Set the weight of the Farm menu item to -100 so it is always on top.

This commit is contained in:
Michael Stenta 2014-04-11 16:23:47 -04:00
parent bfb1536119
commit 951adde531

View file

@ -38,7 +38,7 @@ function farm_admin_default_page_manager_pages() {
'type' => 'normal',
'title' => 'Farm',
'name' => 'management',
'weight' => '0',
'weight' => '-100',
),
);
$page->arguments = array();