This commit is contained in:
Bronco 2013-07-07 11:28:21 +02:00
parent 2ceecc1292
commit b522eeb6ae

View file

@ -607,7 +607,7 @@ if ($GLOBALS['done']['d'] !== FALSE) {
<aside> <aside>
<?php <?php
if (!empty($target)){ if (!empty($target)){
echo '<iframe src="'.$target.'" width="100%"></iframe>'; echo '<iframe name="embed" style="min-height: 800px;" src="'.$target.'" width="100%" height="100%" scrolling="auto" frameborder="0" allowtransparency="true" ></iframe>';
}else{ }else{
if (!$public){ if (!$public){
if (isset($_GET['done']) and $_GET['done'] !== FALSE) { if (isset($_GET['done']) and $_GET['done'] !== FALSE) {