mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
зязя попросил
This commit is contained in:
parent
3c624a9c78
commit
93bfe6e886
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue