summaryrefslogtreecommitdiff
path: root/login_form.php
diff options
context:
space:
mode:
Diffstat (limited to 'login_form.php')
-rw-r--r--login_form.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/login_form.php b/login_form.php
index c4d0d8eca..e3f0475b1 100644
--- a/login_form.php
+++ b/login_form.php
@@ -101,6 +101,11 @@ window.onload = init;
<label for="remember_me">Remember me on this computer</label>
</td></tr> -->
<tr><td colspan="2" align="right" class="innerLoginCell">
+
+ <?php if (defined('_ENABLE_REGISTRATION')) { ?>
+ <a class="newAcctPrompt" href="register.php">Create new account</a>
+ <?php } ?>
+
<input type="submit" class="button" value="<?php echo __('Log in') ?>" name='click'>
<input type="hidden" name="action" value="login">
<input type="hidden" name="rt"