mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-27 08:18:41 +00:00
7 lines
283 B
PHP
7 lines
283 B
PHP
<section id="mediaFile" class="portlet">
|
|
<div class="portlet-body">
|
|
<div class="h-overflow centerText">
|
|
<img style="max-width: 100%" src="<?= $this->media->getPath(); ?>" alt="<?= $this->printHtml($this->media->name); ?>">
|
|
</div>
|
|
</div>
|
|
</section> |