liquid_feedback_frontend

view app/main/index/_sidebar_motd_public.lua @ 1207:6e61349c76a9

Added tag v3.0.8 for changeset d361a7a03ac1
author jbe
date Sun Jul 12 21:27:34 2015 +0200 (2015-07-12)
parents 701a5cf6b067
children 32cc544d5a5b
line source
1 if config.motd_public then
2 slot.select("motd", function()
3 ui.container{
4 attr = { class = "wiki motd" },
5 content = function()
6 slot.put(config.motd_public)
7 end
8 }
9 end )
10 end

Impressum / About Us