diff options
author | Jonas Kohl | 2024-09-17 13:39:12 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-17 13:39:12 +0200 |
commit | f6dd78734f86f8daed7c5d472e7a199301095ff8 (patch) | |
tree | ef173ed502e189b25c6b5af08db982943adca718 /src/application/views/view_logintoreply.php | |
parent | e8ab5cbddd018f311e2d942c048203b8b3221e4e (diff) |
More theme and i18n stuff
Diffstat (limited to 'src/application/views/view_logintoreply.php')
-rw-r--r-- | src/application/views/view_logintoreply.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/application/views/view_logintoreply.php b/src/application/views/view_logintoreply.php new file mode 100644 index 0000000..11e0e1e --- /dev/null +++ b/src/application/views/view_logintoreply.php @@ -0,0 +1,7 @@ +<div class="well margin-top-4x text-center"> + <div class="h3 margin-top-0"><?= __("Log in to reply to this topic") ?></div> + <a href="?_action=auth&next=<?= htmlentities(urlencode($_SERVER["REQUEST_URI"])) ?>" class="btn btn-success"> + <span class="glyphicon glyphicon-user" aria-hidden="true"></span> + <?= __("Log in") ?> + </a> +</div>
\ No newline at end of file |