1
0

changed to comply to standards

This commit is contained in:
Ben Smith 2010-01-27 14:31:40 +13:00
parent bb81dd694d
commit 3c83eb8c96

View File

@ -1,6 +1,6 @@
<? $base = url::base(false, "http");
$url = "$base/modules/gwtorganise/war/index.php?url=$base";
$url = $base."modules/gwtorganise/war/index.php?url=".urlencode($base);
?>
<iframe src="<?=$url?>" style="width:100%; height:500px; border:8px solid #d2e1f6; margin:0; padding:0;">
</iframe>