mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Gifts: Increase value of visible gifts on user's page from 3 to 4
Yep, this is a fixup of previous commit
This commit is contained in:
parent
3d75e9cd7e
commit
40b0603429
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="content_list long">
|
||||
<div class="cl_element" style="width: 25%;" n:foreach="$user->getGifts(1, 3) as $giftDescriptor">
|
||||
<div class="cl_element" style="width: 25%;" n:foreach="$user->getGifts(1, 4) as $giftDescriptor">
|
||||
{var hideInfo = !is_null($thisUser) ? ($giftDescriptor->anon ? $thisUser->getId() !== $user->getId() : false) : false}
|
||||
<div class="cl_avatar">
|
||||
<a href="{$hideInfo ? 'javascript:false' : $giftDescriptor->sender->getURL()}">
|
||||
|
|
Loading…
Reference in a new issue