liquid_feedback_frontend

view app/main/index/_motd.lua @ 69:c553898f64cb

Moved motd from locale/motd/*-files to configuration setting
author bsw
date Fri Apr 23 14:13:08 2010 +0200 (2010-04-23)
parents 4f39f0a0d5b5
children
line source
1 if config.motd_intern then
2 local help_text = config.motd_intern
3 ui.container{
4 attr = { class = "wiki" },
5 content = function()
6 slot.put(format.wiki_text(help_text))
7 end
8 }
9 end

Impressum / About Us