Fix relative path

This commit is contained in:
Dennis Eichhorn 2019-02-11 17:24:35 +01:00
parent 28385da1c4
commit 386639f6a9

View File

@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
<tr>
<td colspan="5">
<tbody>
<?php $count = 0; foreach ($events as $key => $value) : $count++;
<?php $count = 0; foreach ($events as $key => $value) : ++$count;
$url = \phpOMS\Uri\UriFactory::build('{/lang}/backend/eventmanagement/profile?{?}&id=' . $value->getId());?>
<tr data-href="<?= $url; ?>">
<td data-label="<?= $this->getHtml('Name') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->getName()); ?></a>