// Blockcategories should be hooked on footer by default

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