From 4656bd1d6c4b72692b959652b747d4f9f405d6b1 Mon Sep 17 00:00:00 2001 From: shakeel-dev Date: Fri, 28 Nov 2014 14:03:31 +0000 Subject: [PATCH] index.html ---Fixed to show only active Collections. --- upload/styles/cb_27/layout/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/styles/cb_27/layout/index.html b/upload/styles/cb_27/layout/index.html index 2e33d304..40f99010 100644 --- a/upload/styles/cb_27/layout/index.html +++ b/upload/styles/cb_27/layout/index.html @@ -284,7 +284,7 @@ - {$collections = $cbcollection->get_collections(['limit'=>5])} + {$collections = $cbcollection->get_collections(['limit'=>5, 'active'=>'yes'])}

{lang code="Top Collections"}

{if $collections}