liquid_feedback_frontend
diff app/main/index/index.lua @ 414:699b9fa7bc36
Integrated new event system, splitted issues in open/closed, changed navigation
author | bsw |
---|---|
date | Sat Mar 10 16:57:49 2012 +0100 (2012-03-10) |
parents | 9109900edad6 |
children | 58647c8a0339 |
line diff
1.1 --- a/app/main/index/index.lua Sat Mar 10 13:54:14 2012 +0100 1.2 +++ b/app/main/index/index.lua Sat Mar 10 16:57:49 2012 +0100 1.3 @@ -1,16 +1,3 @@ 1.4 -slot.select("title", function() 1.5 - if app.session.member then 1.6 - execute.view{ 1.7 - module = "member_image", 1.8 - view = "_show", 1.9 - params = { 1.10 - member = app.session.member, 1.11 - image_type = "avatar" 1.12 - } 1.13 - } 1.14 - end 1.15 -end) 1.16 - 1.17 slot.select("title", function() 1.18 ui.container{ 1.19 attr = { class = "lang_chooser" },