diff --git a/admin-dev/themes/template/stores/options.tpl b/admin-dev/themes/template/stores/options.tpl index 52c921a21..254a6bf02 100644 --- a/admin-dev/themes/template/stores/options.tpl +++ b/admin-dev/themes/template/stores/options.tpl @@ -26,12 +26,12 @@
-{foreach $optionsList AS $category => $categoryData} +{foreach $option_list AS $category => $categoryData} {if isset($categoryData['top'])}{$categoryData['top']}{/if}
{* Options category title *} - + {if isset($categoryData['title'])}{$categoryData['title']}{else}{l s='Options'}{/if}