liquid_feedback_frontend
diff app/main/index/index.lua @ 1702:4ddc5841e136
Added MOTD top internal
author | bsw |
---|---|
date | Mon Sep 27 10:57:00 2021 +0200 (2021-09-27) |
parents | 97ff2a26c84e |
children | 2558d9c15c44 |
line diff
1.1 --- a/app/main/index/index.lua Thu Sep 23 18:16:06 2021 +0200 1.2 +++ b/app/main/index/index.lua Mon Sep 27 10:57:00 2021 +0200 1.3 @@ -46,6 +46,8 @@ 1.4 1.5 execute.view{ module = "index", view = "_sidebar_motd_public" } 1.6 1.7 + execute.view{ module = "index", view = "_sidebar_motd_intern_top" } 1.8 + 1.9 execute.view{ module = "issue", view = "_list" } 1.10 end } 1.11