# HG changeset patch # User bsw # Date 1328204162 -3600 # Node ID 79710861a3c30558e9adf628e5e8c81f3bbb6689 # Parent d28594eb0d42f90ca11efd17d89f5e9a6cb6d38e Show 'Home' as title for personal home page. diff -r d28594eb0d42 -r 79710861a3c3 app/main/index/index.lua --- a/app/main/index/index.lua Mon Jan 16 21:40:25 2012 +0100 +++ b/app/main/index/index.lua Thu Feb 02 18:36:02 2012 +0100 @@ -45,7 +45,7 @@ slot.put_into("title", encode.html(config.app_title)) if app.session.member then - app.html_title.title = app.session.member.name + app.html_title.tile = _('Home') end