diff options
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"> |