mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Fixes #4776 Adds id='login-menu' to default template.
This commit is contained in:
@@ -76,7 +76,7 @@ if ( ! isset($LOGIN_MENU_FORM))
|
||||
else
|
||||
{
|
||||
$LOGIN_MENU_FORM .= "
|
||||
<div style='text-align: center'>";
|
||||
<div id='login-menu' style='text-align: center'>";
|
||||
}
|
||||
|
||||
$LOGIN_MENU_FORM .= "
|
||||
|
Reference in New Issue
Block a user