1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00
This commit is contained in:
Jimmi08
2016-04-30 11:17:15 +02:00
parent 7b4d3963b9
commit 5123859d32
3 changed files with 8 additions and 3 deletions

View File

@@ -976,7 +976,7 @@ if (isset($_POST['register']) && intval($pref['user_reg']) === 1)
else
{
$text = LAN_SIGNUP_76."&nbsp;".SITENAME.", ".LAN_SIGNUP_12."<br /><br />";
$text .= str_replace(array('[',']'), array("<a href='".e_BASE."login.php'>", "</a>"), LAN_SIGNUP_13);
$text .= str_replace(array('[',']'), array("<a href='".e_LOGIN."'>", "</a>"), LAN_SIGNUP_13);
}
$ns->tablerender(LAN_SIGNUP_8,$text);