summaryrefslogtreecommitdiff
path: root/src/application/views/template_start.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/application/views/template_start.php')
-rw-r--r--src/application/views/template_start.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application/views/template_start.php b/src/application/views/template_start.php
index 51f873a..cf3daf6 100644
--- a/src/application/views/template_start.php
+++ b/src/application/views/template_start.php
@@ -15,6 +15,7 @@ $pageTitle .= env("MYSTIC_FORUM_TITLE") ?? "Forum";
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
+ <meta name="generator" content="mysticBB <?= htmlentities(MYSTICBB_VERSION) ?>">
<title><?= htmlentities($pageTitle) ?></title>
<link rel="stylesheet" href="?_action=ctheme">
<script src="/ui/jquery-1.12.4.min.js"></script>