summaryrefslogtreecommitdiff
path: root/login_form.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-04-30 16:30:27 +0100
committerAndrew Dolgov <[email protected]>2008-04-30 16:30:27 +0100
commit4fc1580a133a5568a05173c984fd999a698418da (patch)
treede0111ba254d9aace0cfb359900317483a3170b2 /login_form.php
parenta0044f2485e808514596f35734a1938574cb6fce (diff)
add (disabled) reg prompt in login form
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"