diff --git a/admin/themes/default/template/helpers/kpi/row.tpl b/admin/themes/default/template/helpers/kpi/row.tpl index 2f634809a..fc481cbd3 100644 --- a/admin/themes/default/template/helpers/kpi/row.tpl +++ b/admin/themes/default/template/helpers/kpi/row.tpl @@ -26,6 +26,7 @@ {if $refresh}
{/if} + {if ($kpis|count) > 0}
{assign var='col' value=(int)(12 / $kpis|count)} {foreach from=$kpis item=i name=kpi} @@ -36,4 +37,5 @@
{$i}
{/foreach}
+ {/if}