summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/controller/admin/index.lua
blob: d57e3fd9f44bfcd5374e271e396f8a3587259b24 (plain)
1
2
3
4
5
6
7
8
9
module("ffluci.controller.admin.index", package.seeall)

menu = {
	descr   = "Übersicht",
	order   = 10,
	entries = {
		{action = "contact", descr = "Kontakt"}
	}
}