liquid_feedback_frontend
diff app/main/index/index.lua @ 103:7d0f4721d2f3
setting <title> tag. fallback: take class="title"-contents
author | jorges |
---|---|
date | Mon Sep 20 01:18:03 2010 +0200 (2010-09-20) |
parents | 4f39f0a0d5b5 |
children | e3613831cd1e 79710861a3c3 |
line diff
1.1 --- a/app/main/index/index.lua Sun Sep 19 16:00:38 2010 +0200 1.2 +++ b/app/main/index/index.lua Mon Sep 20 01:18:03 2010 +0200 1.3 @@ -44,6 +44,11 @@ 1.4 1.5 slot.put_into("title", encode.html(config.app_title)) 1.6 1.7 +if app.session.member then 1.8 + app.html_title.title = app.session.member.name 1.9 +end 1.10 + 1.11 + 1.12 slot.select("actions", function() 1.13 1.14 if app.session.member then