index.html ---Fixed to show only active Collections.

This commit is contained in:
shakeel-dev 2014-11-28 14:03:31 +00:00
parent 86561d26ed
commit 4656bd1d6c

View file

@ -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}