mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-15 16:08:42 +00:00
Remove footer
Was bad template and view layout/logic
This commit is contained in:
parent
49c243c78a
commit
acdfd98cda
|
|
@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= $this->getHtml('Date') ?>
|
<td><?= $this->getHtml('Date') ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="4"><?= $footerView->render(); ?>
|
<td colspan="4">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0; foreach ($articles as $key => $news) : $count++; $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/news/article?{?}&id=' . $news->getId());
|
<?php $count = 0; foreach ($articles as $key => $news) : $count++; $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/news/article?{?}&id=' . $news->getId());
|
||||||
$color = 'darkred';
|
$color = 'darkred';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user