blob: c0c12f4636ad7a9363be00a72ce7682a242392d4 (
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 Corner</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 ("history" in window.top && "replaceState" in window.top.history) {
window.top.history.replaceState(null, "", getLocation());
}
// -->
</script>
|