From 1e5d8070e2ceb04fa56bdc963989e659fbbc7918 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Tue, 25 Oct 2011 07:51:41 +0000 Subject: [PATCH] //Fixed bug $optionsList in the options.tpl of the class AdminStoreController --- admin-dev/themes/template/stores/options.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}