diff options
author | friendica <info@friendica.com> | 2012-08-28 03:25:42 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-28 03:25:42 -0700 |
commit | da49a27aa24b6a85b2623134884d933dc04e201b (patch) | |
tree | a72e047a222fb3b8a6371c7ebbf557ee51502f8c /view | |
parent | 9cd1dabe73f7bd01473848f55cb4595494837ac9 (diff) | |
download | volse-hubzilla-da49a27aa24b6a85b2623134884d933dc04e201b.tar.gz volse-hubzilla-da49a27aa24b6a85b2623134884d933dc04e201b.tar.bz2 volse-hubzilla-da49a27aa24b6a85b2623134884d933dc04e201b.zip |
make home redirection and register link work again
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/login.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index 9f098c1d4..94dd85eeb 100644 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -8,7 +8,7 @@ </div> <div id="login-extra-links"> - {{ if $register }}<a href="register" title="$register.title" id="register-link">$register.desc</a>{{ endif }} + {{ if $register }}<a href="zregister" title="$register.title" id="register-link">$register.desc</a>{{ endif }} <a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a> </div> |