summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/login_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login_inc.tpl b/templates/login_inc.tpl
index 48f6ca5..6a74cb5 100644
--- a/templates/login_inc.tpl
+++ b/templates/login_inc.tpl
@@ -8,7 +8,7 @@
{forminput}
<input type="text" name="user" id="user" size="25" />
{if $gBitSystem->isFeatureActive('users_allow_register')}
- {formhelp note="<a href='`$smarty.const.USERS_PKG_URL`regsiter.php'>Need to register?</a>"}
+ {formhelp note="<a href='`$smarty.const.USERS_PKG_URL`register.php'>Need to register?</a>"}
{/if}
{/forminput}
</div>