mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Gifts: Remove the previous fix from the gift selection page
He was not needed :3
This commit is contained in:
parent
92146b8e47
commit
7591c1082b
1 changed files with 4 additions and 5 deletions
|
@ -34,11 +34,10 @@
|
||||||
|
|
||||||
<div style="padding: 8px;">
|
<div style="padding: 8px;">
|
||||||
{include "../components/paginator.xml", conf => (object) [
|
{include "../components/paginator.xml", conf => (object) [
|
||||||
"page" => $page,
|
"page" => $page,
|
||||||
"count" => $count,
|
"count" => $count,
|
||||||
"amount" => sizeof($gifts),
|
"amount" => sizeof($gifts),
|
||||||
"perPage" => OPENVK_DEFAULT_PER_PAGE,
|
"perPage" => OPENVK_DEFAULT_PER_PAGE,
|
||||||
"atBottom" => true,
|
|
||||||
]}
|
]}
|
||||||
</div>
|
</div>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
Loading…
Reference in a new issue