blob: 04fea05f481ff5ff086dbc25c567d052e4b512a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!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 ?? "") ?></title>
<script language="JavaScript">
<!--
function getLocation() {
return "/site.php?p=" + encodeURIComponent(location.href.split('?')[0].replace(/^.*\//, ""));
}
if (window.top == window.self) {
location = getLocation();
} else if (window.top && typeof window.top.history !== "undefined" && typeof window.top.history.replaceState === "function") {
window.top.history.replaceState(null, "", getLocation());
window.top.document.title = document.title + " \u2012 Mystic House Corner";
}
// -->
</script>
|