8 lines
377 B
PHTML
8 lines
377 B
PHTML
<nav class="login-help-links" aria-label="<?php e(t('Support')); ?>">
|
|
<a href="<?php e(lurl('password/forgot')); ?>"><?php e(t('Forgot password')); ?></a>
|
|
<?php if (allowRegistration()): ?>
|
|
<a href="<?php e(lurl('register')); ?>"><?php e(t('Register')); ?></a>
|
|
<?php endif; ?>
|
|
<a href="<?php e(lurl('imprint')); ?>"><?php e(t('Problems logging in')); ?></a>
|
|
</nav>
|