elvansopyan Posted November 5, 2014 Share Posted November 5, 2014 I need to create homepage with my own style, so I would to transplant cms module into Homepage (HomeDisplay). Somebody can help me? Link to comment Share on other sites More sharing options...
shacker Posted November 11, 2014 Share Posted November 11, 2014 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 More sharing options...
Recommended Posts