mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-01 02:08:44 +00:00
Remove testing vars
This commit is contained in:
parent
34b6b1528c
commit
2ce235e974
|
|
@ -38,7 +38,7 @@ echo $this->getData('nav')->render();
|
|||
<div class="h-overflow"><img src="<?= htmlspecialchars($this->request->getUri()->getBase() . $media->getPath(), ENT_COMPAT, 'utf-8'); ?>"></div>
|
||||
<?php elseif($media->getExtension() === 'collection') : ?>
|
||||
<ul>
|
||||
<?php foreach($media as $file) : $test = $file; $test2 = $file->getName(); ?>
|
||||
<?php foreach($media as $file) : ?>
|
||||
<li><a href="<?= \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/media/single?{?}&id=' . $file->getId()); ?>"><?= htmlspecialchars($file->getName(), ENT_COMPAT, 'utf-8'); ?></a>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user