1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/modules/gwtorganise/views/gwtorganise_view.html.php
2009-09-28 14:09:12 +13:00

7 lines
221 B
PHP

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