config/menu: new menu item
parent
cc62362ac7
commit
4a0983ac96
|
@ -10,33 +10,39 @@ name = 'About'
|
|||
url = '/about'
|
||||
weight = 2
|
||||
|
||||
[[main]]
|
||||
identifier = 'programs'
|
||||
name = 'Programs'
|
||||
url = '/programs'
|
||||
weight = 3
|
||||
|
||||
[[main]]
|
||||
identifier = 'translations'
|
||||
name = 'Translations'
|
||||
url = '/translations'
|
||||
weight = 3
|
||||
weight = 4
|
||||
|
||||
[[main]]
|
||||
identifier = 'recipes'
|
||||
name = 'Recipes'
|
||||
url = '/recipe'
|
||||
weight = 4
|
||||
weight = 5
|
||||
|
||||
[[main]]
|
||||
identifier = 'commissions'
|
||||
name = 'Commissions'
|
||||
url = 'commissions'
|
||||
weight = 5
|
||||
url = '/commissions'
|
||||
weight = 6
|
||||
|
||||
[[main]]
|
||||
identifier = 'system'
|
||||
name = 'System Reference'
|
||||
url = 'system'
|
||||
weight = 6
|
||||
url = '/system'
|
||||
weight = 7
|
||||
|
||||
[[main]]
|
||||
identifier = 'links'
|
||||
name = 'Links'
|
||||
url = 'links'
|
||||
weight = 7
|
||||
url = '/links'
|
||||
weight = 8
|
||||
|
||||
|
|
Loading…
Reference in New Issue