diff options
author | Jonas Kohl | 2024-10-11 15:08:31 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-10-11 15:08:31 +0200 |
commit | 72061dac58ee44ebd5c26efacb00790ef11aa136 (patch) | |
tree | ce1c2cc8cb435d02d168f12f064dd922f9ec6597 /src/application/views/view_logintoreply.php | |
parent | 0fb99f2ebb773bbede609946cc1c19955d06b0be (diff) |
Switch from Glyphicons to Fork Awesome
Diffstat (limited to 'src/application/views/view_logintoreply.php')
-rw-r--r-- | src/application/views/view_logintoreply.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application/views/view_logintoreply.php b/src/application/views/view_logintoreply.php index 11e0e1e..1b5983a 100644 --- a/src/application/views/view_logintoreply.php +++ b/src/application/views/view_logintoreply.php @@ -1,7 +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> + <span class="fa fa-user" aria-hidden="true"></span> <?= __("Log in") ?> </a> </div>
\ No newline at end of file |