зязя попросил

This commit is contained in:
Vladimir Barinov 2023-11-18 21:22:12 +03:00 committed by GitHub
parent 3c624a9c78
commit 93bfe6e886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@
</div>
{var $data = is_array($iterator) ? $iterator : iterator_to_array($iterator)}
{if sizeof($data) > 0}
<div>
<table class="post post-divider" border="0" style="font-size: 11px;" n:foreach="$data as $dat">
<tbody>
<tr>
@ -44,6 +45,7 @@
</tr>
</tbody>
</table>
</div>
{include "../components/paginator.xml", conf => (object) [
"page" => $page,
"count" => $count,