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:
veselcraft 2021-12-20 19:05:55 +03:00
parent 3d75e9cd7e
commit 40b0603429
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E

View file

@ -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()}">