as
This commit is contained in:
@@ -126,7 +126,8 @@ if ($isLoggedIn) {
|
|||||||
<button id="loginButton"
|
<button id="loginButton"
|
||||||
type="button"
|
type="button"
|
||||||
class="relative inline-flex items-center justify-center rounded-full bg-brand-primary px-4 py-1.5 text-xs font-semibold uppercase tracking-[0.18em] text-brand-bg shadow-soft hover:bg-cyan-400 transition-colors"
|
class="relative inline-flex items-center justify-center rounded-full bg-brand-primary px-4 py-1.5 text-xs font-semibold uppercase tracking-[0.18em] text-brand-bg shadow-soft hover:bg-cyan-400 transition-colors"
|
||||||
data-i18n="header_btn_login">
|
data-i18n="header_btn_login"
|
||||||
|
data-login-url="/login/?lang=<?= htmlspecialchars($lang ?? 'de') ?>">
|
||||||
Login
|
Login
|
||||||
</button>
|
</button>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user