summaryrefslogtreecommitdiff
path: root/includes/desktop
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-06 22:58:19 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-06 22:58:19 +0200
commit230898543b9a4ec459ff29c60f713a20cd04e6be (patch)
tree2ffe99db43f45a3ba66b75871d2a84c86010a2e6 /includes/desktop
parent661c9edfa2c3b1bb4d752a9e26a97eb8da98bb27 (diff)
Tweak title handling
Diffstat (limited to 'includes/desktop')
-rw-r--r--includes/desktop/template_head_start.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/desktop/template_head_start.php b/includes/desktop/template_head_start.php
index c0c12f4..c931202 100644
--- a/includes/desktop/template_head_start.php
+++ b/includes/desktop/template_head_start.php
@@ -4,7 +4,7 @@
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="MSThemeCompatible" content="no">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
- <title><?= htmlentities($PAGE_TITLE ?? "") ?> - Mystic House Corner</title>
+ <title><?= htmlentities($PAGE_TITLE ?? "") ?></title>
<script language="JavaScript">
<!--
function getLocation() {
@@ -15,6 +15,7 @@
location = getLocation();
} else if ("history" in window.top && "replaceState" in window.top.history) {
window.top.history.replaceState(null, "", getLocation());
+ window.top.document.title = document.title + " \u2012 Mystic House Corner";
}
// -->
</script>