mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-24 06:48:41 +00:00
11 lines
275 B
PHP
Executable File
11 lines
275 B
PHP
Executable File
<?php declare(strict_types=1);
|
|
|
|
use phpOMS\Uri\UriFactory;
|
|
|
|
?>
|
|
<section id="mediaFile" class="portlet">
|
|
<div class="portlet-body">
|
|
<iframe src="<?= UriFactory::build('{/api}media/export?id=' . $this->media->getId()); ?>&type=html"></iframe>
|
|
</div>
|
|
</section>
|