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