From ca8fbb4d47a8b6654c8b09876ac541c740f8f804 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Wed, 23 Nov 2011 23:13:15 +0000 Subject: [PATCH] // fix category_tree if no tree git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10638 b9a71923-0436-4b27-9f14-aed3839534dd --- .../themes/template/products/list_header.tpl | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/admin-dev/themes/template/products/list_header.tpl b/admin-dev/themes/template/products/list_header.tpl index 2fdfb6b7f..1334e5548 100644 --- a/admin-dev/themes/template/products/list_header.tpl +++ b/admin-dev/themes/template/products/list_header.tpl @@ -11,12 +11,14 @@ }); }); -{l s='Go to category:'} - +{if isset($category_tree)} + {l s='Go to category:'} + +{/if} {/block}