From 2a957e615a61fdcc442f26f3596bfe410590e7f0 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 23 Dec 2011 09:02:55 +0000 Subject: [PATCH] // Fixing problem with blocklayered git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11748 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/blocklayered/blocklayered.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/blocklayered/blocklayered.php b/modules/blocklayered/blocklayered.php index fb15a0e58..f14b39a68 100644 --- a/modules/blocklayered/blocklayered.php +++ b/modules/blocklayered/blocklayered.php @@ -39,7 +39,7 @@ class BlockLayered extends Module { $this->name = 'blocklayered'; $this->tab = 'front_office_features'; - $this->version = '1.7'; + $this->version = '1.7.3'; $this->author = 'PrestaShop'; $this->need_instance = 0; @@ -1091,7 +1091,7 @@ class BlockLayered extends Module if (!empty($title)) { $smarty->assign('meta_title', $categoryTitle.$categoryMetas['meta_title']); - $smarty->assign('meta_description', $categoryTitle.$categoryMetas['meta_description']); + $smarty->assign('meta_description', $categoryTitle.' '.$title.' '.$categoryMetas['meta_description']); } else $smarty->assign('meta_title', $categoryMetas['meta_title']);