diff options
Diffstat (limited to 'view/tpl/login.tpl')
-rw-r--r-- | view/tpl/login.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index 9cecef5c7..149c46e4c 100644 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -11,6 +11,8 @@ {{ if $register }}<a href="$register.link" title="$register.title" id="register-link">$register.desc</a>{{ endif }} <a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a> </div> + + {{ inc field_checkbox.tpl with $field=$remember }}{{ endinc }} <div id="login-standard-end"></div> |