liquid_feedback_frontend

diff app/main/member/menu.lua @ 525:63d6549cc00b

Delegation chain preview improved, better visualisation of current context, code cleanup
author bsw
date Fri May 18 19:07:07 2012 +0200 (2012-05-18)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/app/main/member/menu.lua	Fri May 18 19:07:07 2012 +0200
     1.3 @@ -0,0 +1,11 @@
     1.4 +if not app.session.member_id then
     1.5 +  error("access denied")
     1.6 +end
     1.7 +
     1.8 +app.html_title.title = _("Member menu")
     1.9 +
    1.10 +execute.view{
    1.11 +  module = "member",
    1.12 +  view = "_menu"
    1.13 +}
    1.14 +

Impressum / About Us