-
Notifications
You must be signed in to change notification settings - Fork 5
cms
Harmen Janssen edited this page Jan 20, 2016
·
2 revisions
Menu items are just the models names forced to lowercase in css. You can create a snippet with the name of the model and translate it that way:
snippets.News.has_text = 1
snippets.News.text.nl = "Nieuws"
The order of the menu items is set in models.phtml
, which is located in the root of the partials folder.