diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/desktop/template_head_start.php | 3 |
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> |