diff options
author | Jonas Kohl | 2024-10-12 14:37:40 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-10-12 14:37:40 +0200 |
commit | 8121e98210ada254bb146097f04c7e0345a2e206 (patch) | |
tree | d3c09802b595711b419847886fc9c387b2acb7d8 /src/application/views/template_end.php | |
parent | f61ba6ca60c9a8a0c218c554bd4ed06491306b3e (diff) |
Another few fixesv0.4.6
Diffstat (limited to 'src/application/views/template_end.php')
-rw-r--r-- | src/application/views/template_end.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application/views/template_end.php b/src/application/views/template_end.php index 9633782..9207170 100644 --- a/src/application/views/template_end.php +++ b/src/application/views/template_end.php @@ -8,7 +8,7 @@ <tr> <td style="padding: 0; vertical-align: middle; text-align: left; width: 100%" class="text-normal"> © <?= date("Y") ?> <?= htmlentities(env("MYSTIC_FORUM_COPYRIGHT") ?? env("MYSTIC_FORUM_TITLE") ?? "Forum") ?>. - Powered by <a href="https://git.jkohl.link/mystic-forum.git/">mysticBB</a>. + Powered by <a href="https://git.jkohl.link/mystic-forum.git/tag/?h=v<?= htmlentities(urlencode(MYSTICBB_VERSION)) ?>">mysticBB v<?= htmlentities(MYSTICBB_VERSION) ?></a>. </td> <td style="padding: 0; vertical-align: middle; text-align: right; white-space: nowrap" class="text-normal"> <form action="?_action=settheme" class="form-inline seamless-inline" method="post"> |