From 62843db3832ac6cff3f5796ef4072aef7d9ccb15 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Thu, 16 Feb 2012 10:23:15 +0000 Subject: [PATCH] [-] FO : #PSTEST-768 - Show the category image when there are no descriptions git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13384 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/category.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/category.tpl b/themes/default/category.tpl index 95c1b2bee..e3fbedab8 100644 --- a/themes/default/category.tpl +++ b/themes/default/category.tpl @@ -42,7 +42,7 @@ {include file="$tpl_dir./category-count.tpl"} - {if $scenes || $category->description} + {if $scenes || $category->description || $category->id_image}
{if $scenes}