diff options
author | friendica <info@friendica.com> | 2012-07-21 03:48:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-21 03:48:59 -0700 |
commit | 6e08f398200de8a1560e14cdb4fb6c278a8e2b94 (patch) | |
tree | 9ca6e1e6350ba49b8f3abc130c9551afe7fa436d /view/login.tpl | |
parent | bf386749047731d3a7f47fd99f7dcc4e93ed7be7 (diff) | |
download | volse-hubzilla-6e08f398200de8a1560e14cdb4fb6c278a8e2b94.tar.gz volse-hubzilla-6e08f398200de8a1560e14cdb4fb6c278a8e2b94.tar.bz2 volse-hubzilla-6e08f398200de8a1560e14cdb4fb6c278a8e2b94.zip |
simplify
Diffstat (limited to 'view/login.tpl')
-rw-r--r-- | view/login.tpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/view/login.tpl b/view/login.tpl index 4cbbb1624..9f098c1d4 100644 --- a/view/login.tpl +++ b/view/login.tpl @@ -7,12 +7,6 @@ {{ inc field_password.tpl with $field=$lpassword }}{{ endinc }} </div> - {{ if $openid }} - <div id="login_openid"> - {{ inc field_openid.tpl with $field=$lopenid }}{{ endinc }} - </div> - {{ endif }} - <div id="login-extra-links"> {{ if $register }}<a href="register" title="$register.title" id="register-link">$register.desc</a>{{ endif }} <a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a> |