1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-23 08:43:02 +02:00
Fixing date CPFs for multilanguage boards.


git-svn-id: file:///svn/phpbb/trunk@7934 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof
2007-07-24 11:18:08 +00:00
parent 0a8a67eb10
commit 690d2996ea
3 changed files with 18 additions and 2 deletions

View File

@@ -590,7 +590,7 @@ switch ($mode)
);
}
// Now generate page tilte
// Now generate page title
$page_title = sprintf($user->lang['VIEWING_PROFILE'], $member['username']);
$template_html = 'memberlist_view.html';