1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 05:34:01 +02:00

- ok, now the correct ones. :/

git-svn-id: file:///svn/phpbb/trunk@5662 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-03-18 22:53:14 +00:00
parent cfffababd0
commit 273f1a79eb
3 changed files with 12 additions and 10 deletions

View File

@@ -116,7 +116,7 @@ switch ($mode)
$template->assign_vars(array(
'S_AGREEMENT' => true,
'AGREEMENT_TITLE' => $user->lang[$title],
'AGREEMENT_TEXT' => $user->lang[$message],
'AGREEMENT_TEXT' => sprintf($user->lang[$message], $config['sitename'], generate_board_url()),
'U_BACK' => "{$phpbb_root_path}ucp.$phpEx$SID&mode=login",
'L_BACK' => $user->lang['BACK_TO_LOGIN'])
);