Jump to content

How to Transplant cms module into HomePage?


Recommended Posts

ou need to change the hook in the phpfile blockcms

 

searchi this

 

public function hookRightColumn()
{
return $this->displayBlockCMS(BlockCMSModel::RIGHT_COLUMN);
}
 
and add after this code this:
 
public function hookHome()
{
return $this->displayBlockCMS(BlockCMSModel::RIGHT_COLUMN);
}
Link to comment
Share on other sites

×
×
  • Create New...