diff --git a/admin-dev/themes/default/template/helpers/list/list_content.tpl b/admin-dev/themes/default/template/helpers/list/list_content.tpl index 8692caffe..596c5ba3e 100644 --- a/admin-dev/themes/default/template/helpers/list/list_content.tpl +++ b/admin-dev/themes/default/template/helpers/list/list_content.tpl @@ -82,7 +82,9 @@ {elseif isset($params.image)} {$tr.$key} {elseif isset($params.icon)} - {$tr[$key]['alt']} + {if is_array($tr[$key])} + {$tr[$key]['alt']} + {/if} {elseif isset($params.price)} {$tr.$key} {elseif isset($params.float)}