// 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
This commit is contained in:
rGaillard
2012-09-26 08:53:14 +00:00
parent eaab471e9a
commit f18621b2ee
@@ -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') ||