Fix relative path

This commit is contained in:
Dennis Eichhorn 2019-02-11 17:24:35 +01:00
parent 3c637ad06a
commit 0731ce9bde

View File

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