collection and playlists limit decreased to 4

This commit is contained in:
Saqib Razzaq 2016-04-11 18:17:05 +05:00
parent 9cc2a3ad0a
commit dbb13ca3e6

View file

@ -93,7 +93,7 @@
<!-- ******************************************* -->
{if $row.collectionsSection == 'yes'}
{$collections = $cbcollection->get_collections(['limit'=>5, 'active'=>'yes'])}
{$collections = $cbcollection->get_collections(['limit'=>4, 'active'=>'yes'])}
<h2>{lang code="Top Collections"}</h2>
<div class="clearfix sidebar-items collections-grid">
<div class="clearfix row">
@ -124,7 +124,7 @@
{/if}
<!-- playlists -->
{$playlists = get_playlists(['limit'=>5, 'order'=>'total_items DESC'])}
{$playlists = get_playlists(['limit'=>4, 'order'=>'total_items DESC'])}
<div class="clearfix sidebar-playlists">
<h2>{lang code="Top Playlists"}</h2>
{if $playlists}