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