Added support for iframe "niet slecht"

This commit is contained in:
Lars van Hijfte
2017-02-02 14:51:37 +01:00
parent 52e40242e6
commit 33399639b1
2 changed files with 8 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
<?php
if (isset($_GET["groupname"])) {
$url = "https://myhyvesbookplus.nl/~lars/group.php?groupname=" . $_GET["groupname"];
} else {
$url = "https://myhyvesbookplus.nl/";
}
?>
<a href="<?= $url ?>" target='_blank'><img style="width: 100%; height: auto;" src="../external/nietslecht_button.png" alt='\"Niet slecht\" ons op MyHyvesbook+' /></a>

View File

@@ -1,7 +0,0 @@
<?php
/**
* Created by PhpStorm.
* User: polo
* Date: 2-2-17
* Time: 14:02
*/