mirror of
https://github.com/e107inc/e107.git
synced 2025-02-15 20:15:24 +01:00
Merge pull request #535 from Moc/login_menu
Changed back 'loginbox' to 'login' to match v1 naming
This commit is contained in:
commit
677ddd1431
@ -47,7 +47,7 @@ if (defined('CORRUPT_COOKIE') && CORRUPT_COOKIE == TRUE)
|
|||||||
{
|
{
|
||||||
$text = "<div class='core-sysmsg loginbox'>".LOGIN_MENU_L7."<br /><br />
|
$text = "<div class='core-sysmsg loginbox'>".LOGIN_MENU_L7."<br /><br />
|
||||||
{$bullet} <a href='".SITEURL."index.php?logout'>".LOGIN_MENU_L8."</a></div>";
|
{$bullet} <a href='".SITEURL."index.php?logout'>".LOGIN_MENU_L8."</a></div>";
|
||||||
$ns->tablerender(LOGIN_MENU_L9, $text, 'loginbox_error');
|
$ns->tablerender(LOGIN_MENU_L9, $text, 'login_error');
|
||||||
}
|
}
|
||||||
|
|
||||||
//Image code
|
//Image code
|
||||||
@ -152,7 +152,7 @@ if (USER == TRUE || ADMIN == TRUE)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//render
|
//render
|
||||||
$ns->tablerender($caption, $text, 'loginbox');
|
$ns->tablerender($caption, $text, 'login');
|
||||||
|
|
||||||
// END LOGGED CODE
|
// END LOGGED CODE
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user