summaryrefslogtreecommitdiff
path: root/src/application/views/view_logintoreply.php
blob: 11e0e1e971b0895781beaf3a3fb84e01226cb031 (plain)
1
2
3
4
5
6
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>