liquid_feedback_frontend
diff app/main/index/register.lua @ 441:58647c8a0339
Show language chooser on all public pages
| author | bsw |
|---|---|
| date | Sun Mar 11 12:35:00 2012 +0100 (2012-03-11) |
| parents | 714944bda6a0 |
| children | cae6d67b0594 |
line diff
1.1 --- a/app/main/index/register.lua Sun Mar 11 12:31:26 2012 +0100 1.2 +++ b/app/main/index/register.lua Sun Mar 11 12:35:00 2012 +0100 1.3 @@ -1,3 +1,5 @@ 1.4 +execute.view{ module = "index", view = "_lang_chooser" } 1.5 + 1.6 slot.put_into("title", _"Registration") 1.7 1.8 local step = param.get("step", atom.integer)