liquid_feedback_frontend

changeset 257:79710861a3c3

Show 'Home' as title for personal home page.
author bsw
date Thu Feb 02 18:36:02 2012 +0100 (2012-02-02)
parents d28594eb0d42
children 3e4f6534bb15
files app/main/index/index.lua
line diff
     1.1 --- a/app/main/index/index.lua	Mon Jan 16 21:40:25 2012 +0100
     1.2 +++ b/app/main/index/index.lua	Thu Feb 02 18:36:02 2012 +0100
     1.3 @@ -45,7 +45,7 @@
     1.4  slot.put_into("title", encode.html(config.app_title))
     1.5  
     1.6  if app.session.member then
     1.7 -	app.html_title.title = app.session.member.name
     1.8 +  app.html_title.tile = _('Home')
     1.9  end
    1.10  
    1.11  

Impressum / About Us