liquid_feedback_frontend

diff app/main/member/show.lua @ 113:e0b091e2a0f3

setting <title> tag. fallback: take class="title"-contents
author jorges
date Mon Sep 20 01:18:03 2010 +0200 (2010-09-20)
parents 733f65c0c0a0
children dac08fce1ab7
line diff
     1.1 --- a/app/main/member/show.lua	Sun Sep 19 16:00:38 2010 +0200
     1.2 +++ b/app/main/member/show.lua	Mon Sep 20 01:18:03 2010 +0200
     1.3 @@ -1,5 +1,8 @@
     1.4  local member = Member:by_id(param.get_id())
     1.5  
     1.6 +app.html_title.title = member.name
     1.7 +app.html_title.subtitle = _("Member")
     1.8 +
     1.9  slot.select("title", function()
    1.10    execute.view{
    1.11      module = "member_image",

Impressum / About Us