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