From f18621b2eee7bc3a12f92c6b3fd454426d2f1d37 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Wed, 26 Sep 2012 08:53:14 +0000 Subject: [PATCH] // Blockcategories should be hooked on footer by default git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17551 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/blockcategories/blockcategories.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/blockcategories/blockcategories.php b/modules/blockcategories/blockcategories.php index a02546d09..23a1fd4c8 100644 --- a/modules/blockcategories/blockcategories.php +++ b/modules/blockcategories/blockcategories.php @@ -47,6 +47,7 @@ class BlockCategories extends Module { if (!parent::install() || !$this->registerHook('leftColumn') || + !$this->registerHook('footer') || !$this->registerHook('header') || // Temporary hooks. Do NOT hook any module on it. Some CRUD hook will replace them as soon as possible. !$this->registerHook('categoryAddition') ||