diff options
author | Minteck <minteck@phoenixnet.tech> | 2021-10-31 12:30:56 +0100 |
---|---|---|
committer | Minteck <minteck@phoenixnet.tech> | 2021-10-31 12:30:56 +0100 |
commit | 9eabae58420ecb3cc289d6d7ff4c2414f9c63370 (patch) | |
tree | 055f950af077d2be7f65ae1f3b2a11362f0d3556 /includes/footer.php | |
download | movies-9eabae58420ecb3cc289d6d7ff4c2414f9c63370.tar.gz movies-9eabae58420ecb3cc289d6d7ff4c2414f9c63370.tar.bz2 movies-9eabae58420ecb3cc289d6d7ff4c2414f9c63370.zip |
Initial commit
Diffstat (limited to 'includes/footer.php')
-rw-r--r-- | includes/footer.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/footer.php b/includes/footer.php new file mode 100644 index 0000000..e8523b4 --- /dev/null +++ b/includes/footer.php @@ -0,0 +1,8 @@ + <script> + console.log("Injecting Familine header") + document.body.innerHTML = document.body.innerHTML + "<iframe style=\"z-index:999999;position:fixed;left:0;right:0;top:0;border: none;width: 100%;height:32px;\" src=\"https://familine.minteck.org/statusbar.php\"></iframe>"; + document.getElementsByTagName("html")[0].style.marginTop = "32px"; + document.getElementsByTagName("html")[0].style.height = "calc(100vh - 32px)"; + </script> +</body> +</html>
\ No newline at end of file |