liquid_feedback_frontend

diff app/main/index/_sidebar_motd_intern.lua @ 1045:701a5cf6b067

Imported LiquidFeedback Frontend 3.0 branch
author bsw
date Thu Jul 10 01:19:48 2014 +0200 (2014-07-10)
parents
children 32cc544d5a5b
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/app/main/index/_sidebar_motd_intern.lua	Thu Jul 10 01:19:48 2014 +0200
     1.3 @@ -0,0 +1,10 @@
     1.4 +if config.motd_intern then
     1.5 +  slot.select("motd", function()
     1.6 +    ui.container{
     1.7 +      attr = { class = "wiki motd" },
     1.8 +      content = function()
     1.9 +        slot.put(config.motd_intern)
    1.10 +      end
    1.11 +    }
    1.12 +  end )
    1.13 +end

Impressum / About Us