summaryrefslogtreecommitdiff
path: root/src/application/views/view_logintoreply.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/application/views/view_logintoreply.php')
-rw-r--r--src/application/views/view_logintoreply.php7
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&amp;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