Remove footer

Was bad template and view layout/logic
This commit is contained in:
Dennis Eichhorn 2017-12-23 10:06:11 +01:00
parent 9f3ec3ea29
commit 175388296b

View File

@ -32,7 +32,7 @@ echo $this->getData('nav')->render(); ?>
<td><?= $this->getHtml('Creator') ?> <td><?= $this->getHtml('Creator') ?>
<tfoot> <tfoot>
<tr> <tr>
<td colspan="4"><?= $footerView->render(); ?> <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; ?>