Add create account button to login page
This commit is contained in:
parent
5b98d3e00a
commit
a514e66969
@ -21,8 +21,17 @@ $_SESSION['check'] = "username";
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<button type="submit" class="btn btn-primary ml-auto">
|
<div class="ml-auto">
|
||||||
<i class="fas fa-chevron-right"></i> <?php $Strings->get("continue"); ?>
|
<?php
|
||||||
</button>
|
if ($SETTINGS['signups_enabled'] === true) {
|
||||||
|
?>
|
||||||
|
<a href="../signup/" class="btn btn-link mr-2"><?php $Strings->get("Create Account"); ?></a>
|
||||||
|
<?php
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
<button type="submit" class="btn btn-primary">
|
||||||
|
<i class="fas fa-chevron-right"></i> <?php $Strings->get("continue"); ?>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
Loading…
x
Reference in New Issue
Block a user