// By default module blockcart is on the right collumn

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16399 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-07-13 08:04:05 +00:00
parent 6c39413878
commit 3a72ee0d5d
+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') ||