diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-10-10 08:32:46 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-10-10 08:32:46 +0000 |
commit | bb5986cf13b5cdfffc00ce721fe0829e3a5aca2d (patch) | |
tree | d93cca6303082876257e1de50524cad7e963a5b2 /modules/freifunk/luasrc/controller | |
parent | 760dcec66720cb1bf0f5ef333f5caaa6baef4571 (diff) |
modules/freifunk: Move contact page to first level menu
Diffstat (limited to 'modules/freifunk/luasrc/controller')
-rw-r--r-- | modules/freifunk/luasrc/controller/freifunk/freifunk.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua index 445f8b410c..89cd0ff50c 100644 --- a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua +++ b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua @@ -40,10 +40,10 @@ function index() page.order = 10 page.indexignore = true - page = node("freifunk", "index", "contact") + page = node("freifunk", "contact") page.target = template("freifunk/contact") page.title = _("Contact") - page.order = 10 + page.order = 15 page = node("freifunk", "status") page.target = template("freifunk/public_status") |