diff options
author | Jonas Kohl | 2024-10-17 10:56:01 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-10-17 10:56:01 +0200 |
commit | fe0f414dc0211a4014581dc03fcfd514ed7ed02d (patch) | |
tree | cd86fc00cd9b7a97eabb9668e0a39e2b4b3e5357 /src/application/views/view_logintoreply.php | |
parent | e0e89b9fdbf301e0ead944636023947a67aca57d (diff) |
Transition templating to Twig
Diffstat (limited to 'src/application/views/view_logintoreply.php')
-rw-r--r-- | src/application/views/view_logintoreply.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/application/views/view_logintoreply.php b/src/application/views/view_logintoreply.php deleted file mode 100644 index 1b5983a..0000000 --- a/src/application/views/view_logintoreply.php +++ /dev/null @@ -1,7 +0,0 @@ -<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="fa fa-user" aria-hidden="true"></span> - <?= __("Log in") ?> - </a> -</div>
\ No newline at end of file |