summaryrefslogtreecommitdiff
path: root/includes/template_head_start.php
blob: 150e42396d01ee9a34004894b22e29d7d82ae4d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
    <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 Fansite</title>
    <script language="JavaScript">
    <!--
        function getLocation() {
            return "/frames.php?p=" + encodeURIComponent(location.href.split('?')[0].replace(/^.*\//, ""));
        }

        if (window.top == window.self) {
            location = getLocation();
        } else if ("history" in window.top && "replaceState" in window.top.history) {
            window.top.history.replaceState(null, "", getLocation());
        }
    // -->
    </script>