Fixed forgot links positioning
This commit is contained in:
parent
4da217734b
commit
aa581a0419
1 changed files with 1 additions and 4 deletions
|
@ -39,10 +39,7 @@
|
|||
|
||||
<input id="login_btn" type="submit" name="login" value="{lang('Login')}" class="btn btn-primary btn-lg btn-block">
|
||||
|
||||
<div class="clearfix links">
|
||||
<a href="{$baseurl}/forgot.php">{lang code='user_forgot_message'}?</a>
|
||||
<a href="{$baseurl}/forgot.php?mode=recover_username">{lang code='com_forgot_username'}?</a>
|
||||
</div>
|
||||
<a href="{$baseurl}/forgot.php?mode=recover_username">{lang code='user_forgot_username'}</a> - <a href="{$baseurl}/forgot.php">{lang code='user_forgot_message'}</a>
|
||||
<input type="hidden" name="login" value="login"></input>
|
||||
{if function_exists('show_all_btns')}
|
||||
<div class="clearfix social-links">
|
||||
|
|
Loading…
Add table
Reference in a new issue