mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
Update login_menu_shortcodes.php
This commit is contained in:
@@ -144,7 +144,7 @@ global $tp;
|
|||||||
}
|
}
|
||||||
if($pref['user_tracking'] != "session")
|
if($pref['user_tracking'] != "session")
|
||||||
{
|
{
|
||||||
return "<input type='checkbox' name='autologin' id='autologin' value='1' checked='checked' />".($parm ? $parm : "<label for='autologin'>".LAN_LOGINMENU_6."</label>");
|
return "<label for='autologin'><input type='checkbox' name='autologin' id='autologin' value='1' checked='checked' />".($parm ? $parm : "".LAN_LOGINMENU_6."</label>");
|
||||||
}
|
}
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
@@ -442,4 +442,4 @@ global $tp;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user