// By default module blockcart is on the right collumn

This commit is contained in:
mDeflotte
2012-07-13 08:04:05 +00:00
parent 64bddc3f31
commit 49ce3f9d82
+1 -1
View File
@@ -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') ||