liquid_feedback_frontend

view app/main/index/_sidebar_motd_intern.lua @ 1101:b18e198c2624

Show administrative notice in any case as long as a message is set
author bsw
date Mon Oct 27 12:03:54 2014 +0100 (2014-10-27)
parents 701a5cf6b067
children 32cc544d5a5b
line source
1 if config.motd_intern then
2 slot.select("motd", function()
3 ui.container{
4 attr = { class = "wiki motd" },
5 content = function()
6 slot.put(config.motd_intern)
7 end
8 }
9 end )
10 end

Impressum / About Us