liquid_feedback_frontend
diff app/main/area/_head.lua @ 619:7dc5ab12bfe3
Optical enhancements :)
author | bsw |
---|---|
date | Mon Jun 25 14:40:34 2012 +0200 (2012-06-25) |
parents | 5ca9de94cb13 |
children | cc542ac26edc |
line diff
1.1 --- a/app/main/area/_head.lua Mon Jun 25 01:17:27 2012 +0200 1.2 +++ b/app/main/area/_head.lua Mon Jun 25 14:40:34 2012 +0200 1.3 @@ -4,7 +4,9 @@ 1.4 1.5 area:load_delegation_info_once_for_member_id(app.session.member_id) 1.6 1.7 -execute.view{ module = "unit", view = "_head", params = { unit = area.unit } } 1.8 +if not param.get("hide_unit", atom.boolean) then 1.9 + execute.view{ module = "unit", view = "_head", params = { unit = area.unit } } 1.10 +end 1.11 1.12 ui.container{ attr = { class = "area_head" }, content = function() 1.13