index.html ---Fixed to show only active Collections.
This commit is contained in:
parent
86561d26ed
commit
4656bd1d6c
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@
|
|||
<!-- ******************************************* //-->
|
||||
<!-- ************* USER BLOCK END ************ //-->
|
||||
<!-- ******************************************* //-->
|
||||
{$collections = $cbcollection->get_collections(['limit'=>5])}
|
||||
{$collections = $cbcollection->get_collections(['limit'=>5, 'active'=>'yes'])}
|
||||
<div class="col-md-4 comment_home side_user_home" >
|
||||
<h4 class="home-side-heading">{lang code="Top Collections"}</h4>
|
||||
{if $collections}
|
||||
|
|
Loading…
Add table
Reference in a new issue