Fix relative path

This commit is contained in:
Dennis Eichhorn 2019-02-11 17:24:35 +01:00
parent 457d2fe711
commit acdab24fd4

View File

@ -33,7 +33,7 @@ echo $this->getData('nav')->render(); ?>
<tr> <tr>
<td colspan="4"> <td colspan="4">
<tbody> <tbody>
<?php $count = 0; foreach ([] as $key => $value) : $count++; ?> <?php $count = 0; foreach ([] as $key => $value) : ++$count; ?>
<?php endforeach; ?> <?php endforeach; ?>
<?php if ($count === 0) : ?> <?php if ($count === 0) : ?>
<tr><td colspan="4" class="empty"><?= $this->getHtml('Empty', 0, 0); ?> <tr><td colspan="4" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>