liquid_feedback_frontend
diff app/main/index/index.lua @ 558:18e8de7a2b6a
Show notifications on start page as ulli list with links instead of tabs
author | bsw |
---|---|
date | Tue Jun 19 21:20:46 2012 +0200 (2012-06-19) |
parents | 3e4f6534bb15 |
children | ae14bf355868 |
line diff
1.1 --- a/app/main/index/index.lua Tue Jun 19 18:45:45 2012 +0200 1.2 +++ b/app/main/index/index.lua Tue Jun 19 21:20:46 2012 +0200 1.3 @@ -2,12 +2,7 @@ 1.4 util.help("index.index", _"Home") 1.5 1.6 execute.view{ 1.7 - module = "member", 1.8 - view = "_show", 1.9 - params = { 1.10 - member = app.session.member, 1.11 - show_as_homepage = true 1.12 - } 1.13 + module = "index", view = "_index_member" 1.14 } 1.15 1.16 elseif config.public_access then