]> git.wh0rd.org Git - tt-rss.git/commitdiff
add (disabled) reg prompt in login form
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 30 Apr 2008 15:30:27 +0000 (16:30 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 30 Apr 2008 15:30:27 +0000 (16:30 +0100)
login_form.php

index c4d0d8eca6bc55801ac69ade20796314891ce5d5..e3f0475b1dcdbd64439225a51db854834a562ca5 100644 (file)
@@ -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"