mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-13 01:48:40 +00:00
5 lines
328 B
PHP
5 lines
328 B
PHP
<!DOCTYPE html>
|
|
<style>html, body, iframe { margin: 0; padding: 0; border: 0; }</style>
|
|
<pre class="textContent" data-tpl-text="/media/content" data-tpl-value="/media/content"><?= $this->printHtml(
|
|
$this->getFileContent(($this->media->isAbsolute ? '' : __DIR__ . '/../../../../../../') . $this->media->getPath())
|
|
); ?></pre>
|