mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Increase paginator space to 3
This commit is contained in:
parent
c7ab7cad85
commit
520fe6f94c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{var $space = 2}
|
||||
{var $space = 3}
|
||||
{var $pageCount = ceil($conf->count / $conf->perPage)}
|
||||
|
||||
<div n:if="!($conf->page === 1 && $conf->count <= $conf->perPage)" style="padding: 8px;">
|
||||
|
|
Loading…
Reference in a new issue