bsw@1702: if app.session.member and config.motd_intern_top then bsw@1702: ui.container{ attr = { class = "mdl-card mdl-card__fullwidth mdl-shadow--2dp" }, content = function() bsw@1702: ui.container{ attr = { class = "mdl-card__content" }, content = function() bsw@1702: ui.container{ bsw@1705: attr = { class = "motd" }, bsw@1702: content = function() bsw@1702: slot.put(config.motd_intern_top) bsw@1702: end bsw@1702: } bsw@1702: end } bsw@1702: end } bsw@1702: end