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:
parent
bfb1536119
commit
951adde531
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function farm_admin_default_page_manager_pages() {
|
|||
'type' => 'normal',
|
||||
'title' => 'Farm',
|
||||
'name' => 'management',
|
||||
'weight' => '0',
|
||||
'weight' => '-100',
|
||||
),
|
||||
);
|
||||
$page->arguments = array();
|
||||
|
|
Loading…
Reference in a new issue