Jump to content

Edit History

trio12

trio12

There are 2 possible solutions:
1. No category in the module has been selected
2. Or add a checking condition in the template (categories_homepage.tpl)

{if isset($selectedCategoryCount)}
     {foreach $selectedCategories as $category}
         ....
     {/foreach}
{/if}

 

trio12

trio12

There are 2 possible solutions:
1. No category in the module has been selected
2. Or add a checking condition in the template (categories_homepage.tpl)

{if isset($selectedCategoryCount)}
     {foreach $selectedCategories as $category}
         ....
     {/foreach}
{if}

 

trio12

trio12

There are 2 possible solutions:
1. No category in the module has been selected
2. Or add a checking condition in the template (categories_homepage.tpl😞

{if isset($selectedCategoryCount)}
     {foreach $selectedCategories as $category}
         ....
     {/foreach}
{if}

 

×
×
  • Create New...