mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-01-27 07:38:41 +00:00
Fix footer rendering
This commit is contained in:
parent
523a12aee2
commit
45cec27232
|
|
@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td><?= $this->getHtml('Date') ?>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="4"><?= htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
|
||||
<td colspan="4"><?= $footerView->render(); ?>
|
||||
<tbody>
|
||||
<?php $count = 0; foreach($articles as $key => $news) : $count++; $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/news/article?{?}&id=' . $news->getId());
|
||||
$color = 'darkred';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user