Blame view
sources/apps/external/templates/frame.php
123 Bytes
|
d1bafeea1
|
1 2 3 4 5 |
<iframe src="<?php p($_['url']); ?>" width="100%" id="ifm" ></iframe>
<?php
OCP\Util::addscript('external', 'external');
|
|
d1bafeea1
|
1 2 3 4 5 |
<iframe src="<?php p($_['url']); ?>" width="100%" id="ifm" ></iframe>
<?php
OCP\Util::addscript('external', 'external');
|