phpci/PHPCI/View/Session/login.phtml
2014-05-08 21:38:32 +01:00

6 lines
299 B
PHTML

<?php if($failed): ?>
<p class="alert alert-danger">Incorrect email address or password</p>
<?php endif; ?>
<?php print $form; ?>
<a style="margin-top: -22px; font-size: 0.85em; color: #246" class="pull-right" href="<?php print PHPCI_URL; ?>session/forgot-password">Forgotten your password?</a>