mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-08 21:48:41 +00:00
Renaming
This commit is contained in:
parent
5509176eed
commit
9387d230bc
|
|
@ -36,6 +36,8 @@ echo $this->getData('nav')->render();
|
|||
</table>
|
||||
<?php if(in_array($media->getExtension(), ['gif', 'bmp', 'jpg', 'jpeg', 'png'])) : ?>
|
||||
<img src="<?= $this->request->getUri()->getBase() . $media->getPath(); ?>">
|
||||
<?php elseif($media->getExtension() === 'collection') : ?>
|
||||
collection
|
||||
<?php else : ?>
|
||||
<pre>
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user