Now fetch popular collections instead of recent ones
This commit is contained in:
parent
6d3694ac2a
commit
775e91e8ae
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue