// Retrocompatibility with 1.4

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12320 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-01-10 16:03:52 +00:00
parent c0523a2f74
commit f0065f2ced
+2 -1
View File
@@ -20,7 +20,7 @@
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2011 PrestaShop SA
* @version Release: $Revision: 10659 $
* @version Release: $Revision: 12319 $
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registred Trademark & Property of PrestaShop SA
*/
@@ -1629,6 +1629,7 @@ class BlockLayered extends Module
}
$trads = array(
'Root' => $root_category,
'Home' => $root_category, // for retrocompatibility 1.4
'selected' => $this->l('selected'),
'Collapse All' => $this->l('Collapse All'),
'Expand All' => $this->l('Expand All'),