Files
breadcrumb-the-shire/templates/partials/auth-help-links.phtml
2026-03-06 21:59:41 +01:00

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>