Re: Autologin as Standard
Posted: 19 Jul 2010, 23:25
search in yourstyle/template/index_body.html
find:
replace with:
see if it works!
find:
Code: Select all
<label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>
Code: Select all
<label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" checked="checked" /></label>