From 03765bac1dab9b30bfe7ce22fbb40f153f5b5e3a 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9613 b9a71923-0436-4b27-9f14-aed3839534dd --- 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}