Now fetch popular collections instead of recent ones

This commit is contained in:
Saqib Razzaq 2016-04-13 13:47:23 +05:00
parent 6d3694ac2a
commit 775e91e8ae

View file

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