Trying some changes for fb canvas

This commit is contained in:
Kasper Rynning-Tønnesen
2017-03-01 16:16:46 +01:00
parent 744ca2c219
commit 82d734f96e
6 changed files with 22 additions and 12 deletions

View File

@@ -280,6 +280,12 @@
</div>
</main>
<?php include("public/php/footer.php"); ?>
<?php
$subdomain = array_shift((explode(".",$_SERVER['HTTP_HOST'])));
if($subdomain == "fb"){}
else {
include("public/php/footer.php");
}
?>
</body>
</html>