// By default module blockcart is on the right collumn
This commit is contained in:
@@ -46,7 +46,7 @@ class BlockCategories extends Module
|
||||
public function install()
|
||||
{
|
||||
if (!parent::install() ||
|
||||
!$this->registerHook('leftColumn') ||
|
||||
!$this->registerHook('rightColumn') ||
|
||||
!$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') ||
|
||||
|
||||
Reference in New Issue
Block a user