This commit is contained in:
Dennis Eichhorn 2022-12-10 22:17:54 +01:00
parent 71bc360c39
commit 9e9a91b47d
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ foreach ($comments as $comment) : ?>
</div> </div>
<div class="portlet-foot"> <div class="portlet-foot">
<?php $files = $comment->getMedia(); foreach ($files as $file) : ?> <?php $files = $comment->getMedia(); foreach ($files as $file) : ?>
<span><a class="content" href="<?= UriFactory::build('media/single?id=' . $file->getId());?>"><?= $file->name; ?></a></span> <span><a class="content" href="<?= UriFactory::build('{/lang}/{/app}/media/single?id=' . $file->getId());?>"><?= $file->name; ?></a></span>
<?php endforeach; ?> <?php endforeach; ?>
<?= $this->printHtml($this->renderUserName('%3$s %2$s %1$s', [$comment->createdBy->name1, $comment->createdBy->name2, $comment->createdBy->name3, $comment->createdBy->login ?? ''])); ?> <?= $this->printHtml($this->renderUserName('%3$s %2$s %1$s', [$comment->createdBy->name1, $comment->createdBy->name2, $comment->createdBy->name3, $comment->createdBy->login ?? ''])); ?>

View File

@ -12,7 +12,7 @@
}, },
"creator": { "creator": {
"name": "Karaka", "name": "Karaka",
"website": "www.spl1nes.com" "website": "jingga.app"
}, },
"description": "The administration module.", "description": "The administration module.",
"directory": "Comments", "directory": "Comments",