1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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

@@ -71,7 +71,7 @@ class ucp_register
else
{
$template->assign_vars(array(
'L_TERMS_OF_USE' => $user->lang['TERMS_OF_USE_CONTENT'],
'L_TERMS_OF_USE' => sprintf($user->lang['TERMS_OF_USE_CONTENT'], $config['sitename'], generate_board_url()),
'S_SHOW_COPPA' => false,
'S_REGISTRATION' => true,