liquid_feedback_frontend

view app/main/index/_sidebar_motd_public.lua @ 1122:9ba82d3a9445

Added missing arrow to title when showing member sub pages
author bsw
date Wed Dec 24 12:05:28 2014 +0100 (2014-12-24)
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