En cours...
This commit is contained in:
42
config/_default/menus.fr.toml
Normal file
42
config/_default/menus.fr.toml
Normal file
@@ -0,0 +1,42 @@
|
||||
|
||||
############################## navigation ##############################
|
||||
[[main]]
|
||||
name = "Créations"
|
||||
URL = "products/"
|
||||
weight = 1
|
||||
|
||||
[[main]]
|
||||
name = "Blog"
|
||||
URL = "blog/"
|
||||
weight = 2
|
||||
|
||||
[[main]]
|
||||
name = "Contact"
|
||||
URL = "contact/"
|
||||
weight = 3
|
||||
|
||||
############# footer menu #############
|
||||
[[footer]]
|
||||
name = "Créations"
|
||||
URL = "products/"
|
||||
weight = 1
|
||||
|
||||
[[footer]]
|
||||
name = "Blog"
|
||||
URL = "blog/"
|
||||
weight = 2
|
||||
|
||||
[[footer]]
|
||||
name = "Politique de confidentialité"
|
||||
URL = "pdc/"
|
||||
weight = 3
|
||||
|
||||
[[footer]]
|
||||
name = "Conditions Générales de Vente"
|
||||
URL = "cgv/"
|
||||
weight = 4
|
||||
|
||||
[[footer]]
|
||||
name = "Contact"
|
||||
URL = "contact/"
|
||||
weight = 5
|
||||
Reference in New Issue
Block a user