liquid_feedback_frontend
diff app/main/area/show.lua @ 729:f52f918b38b8
Cleanup of config and orphaned code
author | bsw |
---|---|
date | Thu Jun 28 17:07:00 2012 +0200 (2012-06-28) |
parents | 5ca9de94cb13 |
children | 7878f3c20a86 |
line diff
1.1 --- a/app/main/area/show.lua Thu Jun 28 16:31:02 2012 +0200 1.2 +++ b/app/main/area/show.lua Thu Jun 28 17:07:00 2012 +0200 1.3 @@ -6,13 +6,6 @@ 1.4 1.5 util.help("area.show") 1.6 1.7 - 1.8 -if config.feature_rss_enabled then 1.9 - util.html_rss_head{ title = _"Initiatives in this area (last created first)", module = "initiative", view = "list_rss", params = { area_id = area.id } } 1.10 - util.html_rss_head{ title = _"Initiatives in this area (last updated first)", module = "initiative", view = "list_rss", params = { area_id = area.id } } 1.11 -end 1.12 - 1.13 - 1.14 slot.select("head", function() 1.15 execute.view{ module = "area", view = "_head", params = { area = area, show_content = true } } 1.16 end)