mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +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
|
else
|
||||||
{
|
{
|
||||||
$LOGIN_MENU_FORM .= "
|
$LOGIN_MENU_FORM .= "
|
||||||
<div style='text-align: center'>";
|
<div id='login-menu' style='text-align: center'>";
|
||||||
}
|
}
|
||||||
|
|
||||||
$LOGIN_MENU_FORM .= "
|
$LOGIN_MENU_FORM .= "
|
||||||
|
Reference in New Issue
Block a user