1
0
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:
mcpeace-maw
2015-07-09 12:31:45 +03:00
parent 826def6dd8
commit aea6597217

View File

@@ -144,7 +144,7 @@ global $tp;
}
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 '';
}